refactor: bump app version

This commit is contained in:
Rainer Killinger
2022-03-21 14:09:11 +01:00
parent edd2ccffe9
commit b95c796358
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.anyschool.app" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="de.anyschool.app" version="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>StApps</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>

View File

@@ -25,7 +25,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>

View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/app",
"version": "0.0.1",
"version": "2.0.0",
"description": "The generic app tailored to fulfill needs of German universities, written using Ionic Framework.",
"license": "GPL-3.0-only",
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",