diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-12 16:04:18 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:01:28 +0200 |
| commit | 2535eac189248c17bb04d767b1327036676c0401 (patch) | |
| tree | e916dcf8056f89376e047dc2d6b857d94c2e2c19 | |
| parent | ea8a9b50f419f422c79433a214fe6d8412961ab6 (diff) | |
| download | wvs-vplan-2535eac189248c17bb04d767b1327036676c0401.tar.gz wvs-vplan-2535eac189248c17bb04d767b1327036676c0401.zip | |
Versionsnummer ändern
| -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.0"> + version = "0.9.1"> <name>WvS VPlan</name> 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 <http://www.gnu.org/licenses/>. */ -version = '0.9_beta'; +version = '0.9.1_beta'; function updateCheck(){ var request = $.ajax({ |
