diff options
| -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.1"> + version = "1.0.2"> <name>WvS-VPlan</name> diff --git a/www/js/index.js b/www/js/index.js index ab7a740..495bf3a 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -version = '1.0.1'; +version = '1.0.2'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
