diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-31 19:46:50 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:35 +0200 |
| commit | ffc185a9a367a415ee9bba09e25cefdaebfdd1eb (patch) | |
| tree | cefb383febf2b3ccd4cf0f9da13f0536364126c9 | |
| parent | 581c65fb46fe66d74db48dafc815729c0f62a0af (diff) | |
| download | wvs-vplan-ffc185a9a367a415ee9bba09e25cefdaebfdd1eb.tar.gz wvs-vplan-ffc185a9a367a415ee9bba09e25cefdaebfdd1eb.zip | |
ändere Versionsnummer
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | 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.1"> + version = "0.9.2"> <name>WvS VPlan</name> diff --git a/js/index.js b/js/index.js index 8416bbf..0a6969f 100644 --- a/js/index.js +++ b/js/index.js @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -version = '0.9.1_beta'; +version = '0.9.2_rc1'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
