diff --git a/config.xml b/config.xml index 795e13ee..e5a5f84e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + StApps An awesome Ionic/Cordova app. Ionic Framework Team diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index dc27b4eb..b0a56bc9 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -25,7 +25,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 2.0.0 CFBundleURLTypes diff --git a/package.json b/package.json index 3851dff7..c7b5c18c 100644 --- a/package.json +++ b/package.json @@ -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 ",