diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-27 18:01:04 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:50 +0200 |
| commit | 1e95c37abb6a2975fd5a0f015f7225644aba2e2d (patch) | |
| tree | 55a35fd93bb5f28875964d70f7216f95ba8410af | |
| parent | 804dde059f936b397863bb4775398ffb35e555ab (diff) | |
| download | wvs-vplan-1e95c37abb6a2975fd5a0f015f7225644aba2e2d.tar.gz wvs-vplan-1e95c37abb6a2975fd5a0f015f7225644aba2e2d.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 = "1.0.3"> + version = "1.0.4"> <name>WvS-VPlan</name> diff --git a/www/js/index.js b/www/js/index.js index d5998aa..124a414 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.3'; +version = '1.0.4'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
