diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-26 16:57:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:45 +0200 |
| commit | 671d86460f95644c29aff829f9606da746c08590 (patch) | |
| tree | 623d93d7c142a0b7e5078c107c7b567314a3fdbd | |
| parent | ca566762a1eb532f5b33bcc11fe16bf7b10e5ee1 (diff) | |
| download | wvs-vplan-671d86460f95644c29aff829f9606da746c08590.tar.gz wvs-vplan-671d86460f95644c29aff829f9606da746c08590.zip | |
ändere Versionsnummer
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | knockout.html | 3 | ||||
| -rw-r--r-- | www/js/index.js | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -4,7 +4,7 @@ <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "***REMOVED***" - version = "0.9.8"> + version = "0.9.9"> <name>WvS-VPlan</name> diff --git a/knockout.html b/knockout.html index 213af10..b619e90 100644 --- a/knockout.html +++ b/knockout.html @@ -37,6 +37,9 @@ info </li> <li id="0.9.8_rc7"> + info + </li> + <li id="0.9.9_rc8"> ok </li> </ul> diff --git a/www/js/index.js b/www/js/index.js index 254a9aa..089f737 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 = '0.9.8_rc7'; +version = '0.9.9_rc8'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
