diff options
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | knockout.html | 6 | ||||
| -rw-r--r-- | www/js/index.js | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -4,7 +4,7 @@ <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "***REMOVED***" - version = "1.0.0"> + version = "1.0.1"> <name>WvS-VPlan</name> diff --git a/knockout.html b/knockout.html index a8e3749..80a6957 100644 --- a/knockout.html +++ b/knockout.html @@ -43,11 +43,13 @@ info </li> <li id="0.9.10_rc9"> - ok + info </li> <li id="1.0.0"> - ok + info </li> + <li id="1.0.1"> + ok </ul> </body> </html> diff --git a/www/js/index.js b/www/js/index.js index 3f38d0f..f3001c8 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -version = '1.0.0'; +version = '1.0.1'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
