From 2535eac189248c17bb04d767b1327036676c0401 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 12 May 2014 16:04:18 +0200 Subject: Versionsnummer ändern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.xml | 2 +- js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 461ae2a..6e70444 100644 --- a/config.xml +++ b/config.xml @@ -4,7 +4,7 @@ + version = "0.9.1"> WvS VPlan diff --git a/js/index.js b/js/index.js index 09cfd3a..fd86e72 100644 --- a/js/index.js +++ b/js/index.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -version = '0.9_beta'; +version = '0.9.1_beta'; function updateCheck(){ var request = $.ajax({ -- cgit v1.3.1