diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-15 17:30:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:43 +0200 |
| commit | 9c59b5f7da4ae9fcc316a68b711ba91484e70c77 (patch) | |
| tree | d6f668d26f3139b28ccce339883e174d8aa3c69b | |
| parent | da759713defdddbf312b0349346df1ef58fbd866 (diff) | |
| download | wvs-vplan-9c59b5f7da4ae9fcc316a68b711ba91484e70c77.tar.gz wvs-vplan-9c59b5f7da4ae9fcc316a68b711ba91484e70c77.zip | |
ändere Versionsnummer
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | www/js/index.js | 2 |
2 files changed, 2 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.6"> + version = "0.9.7"> <name>WvS-VPlan</name> diff --git a/www/js/index.js b/www/js/index.js index d7619ec..eb83488 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.6_rc5'; +version = '0.9.7_rc6'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
