diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-11 16:33:11 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:42 +0200 |
| commit | a32f4051f0a5e77d8d9c3d9e2f0a10812c691b5a (patch) | |
| tree | 925655c8ddec6184f5cb7263c49084fec0f53029 | |
| parent | 1ed612174386e2ad2d8725db4b8b8ea851b2a20d (diff) | |
| download | wvs-vplan-a32f4051f0a5e77d8d9c3d9e2f0a10812c691b5a.tar.gz wvs-vplan-a32f4051f0a5e77d8d9c3d9e2f0a10812c691b5a.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.5"> + version = "0.9.6"> <name>WvS-VPlan</name> diff --git a/www/js/index.js b/www/js/index.js index 88a1f5c..cc6c11c 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.5_rc4'; +version = '0.9.6_rc5'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
