Skip to content

Commit

Permalink
1.2.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Oct 29, 2015
1 parent d6bc630 commit c6a865b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Create your own cross-platform desktop applications in minutes using UGUI.

Download UGUI to use it for your project:

* [Version 1.1.3](https://github.com/UniversalGUI/UGUI/releases/download/v1.1.3/ugui_1.1.3.zip)
* [Version 1.2.0](https://github.com/UniversalGUI/UGUI/releases/download/v1.2.0/ugui_1.2.0.zip)
* [Tutorial - Getting Started with UGUI](http://ugui.io/tutorials/getting-started.htm)
* [API Documentation](http://ugui.io/api)
* [Annotated Source Code](http://ugui.io/dl) - Easily the best documented source code in existence!
Expand All @@ -39,16 +39,16 @@ Our goal is to allow anyone, even those with no prior coding knowledge, to creat

###Project Roadmap

**Current Version of Master Branch:** V1.1.3
**Current Version of Master Branch:** V1.2.0

**Phase 1: The library and framwork.**

* V1.2 Clean up UGUI API
* V1.3 Clean up UGUI API
* Change sync for readAFolder
* Check for Updates
* V1.3 Multi-File import
* V1.4 Add some type of JSHint-like library to UGUI Dev Tools to inform developers about syntax errors.
* V1.5 NW.js plans to implement a native spellchecker in version 13, if that doesn't occur, implement one into UGUI.
* V1.4 Multi-File import
* V1.5 Add some type of JSHint-like library to UGUI Dev Tools to inform developers about syntax errors.
* V1.6 NW.js plans to implement a native spellchecker in version 13, if that doesn't occur, implement one into UGUI.

**Phase 2: Site: Templates, Tutorials, & Documentation**

Expand Down
5 changes: 2 additions & 3 deletions Version Updating.txt
@@ -1,7 +1,6 @@
UGUI\README.md:15 //Release Download
UGUI\README.md:16 //Release Tutorial
UGUI\README.md:31 //Master Branch Version
UGUI\README.md:35 //Remove items if complete
UGUI\README.md:42 //Master Branch Version
UGUI\README.md:46 //Remove items if complete
UGUI\_markup\ugui-about.htm:3 //Master Branch Version (not important)
UGUI\_markup\ugui-devtools.htm:40 //Master Branch Version (not important)
UGUI\_scripts\ugui.js:117 //Master Branch Version (important)
Expand Down
2 changes: 1 addition & 1 deletion _markup/ugui-about.htm
@@ -1,6 +1,6 @@
<div class="panel panel-info">
<div class="panel-heading">
<span class="pull-right versionUGUI" title="Version">V1.1.3</span>
<span class="pull-right versionUGUI" title="Version">V1.2.0</span>
<h3 class="panel-title">About Universal GUI</h3>
</div>
<div class="panel-body">
Expand Down
2 changes: 1 addition & 1 deletion _markup/ugui-devtools.htm
Expand Up @@ -24,7 +24,7 @@
<h3>UGUI Developer Tools</h3>
<p>Watch <a href="http://ugui.io/tutorials/getting-started.htm" class="external-link">the UGUI Introduction video</a> in fullscreen.</p>
<p>To hide the UGUI Developer Tools change the <code>&lt;body role="document" class="dev"&gt;</code> to <code>&lt;body role="document" class="prod"&gt;</code>.</p>
<p>You are using version <span class="versionUGUI">1.1.3</span> of UGUI.</p>
<p>You are using version <span class="versionUGUI">1.2.0</span> of UGUI.</p>
</section>


Expand Down
2 changes: 1 addition & 1 deletion _scripts/ugui.js
Expand Up @@ -114,7 +114,7 @@ function waitUGUI() {
function runUGUI() {

//This is the one place where the UGUI version is declared
var uguiVersion = "1.1.3";
var uguiVersion = "1.2.0";



Expand Down

0 comments on commit c6a865b

Please sign in to comment.