Update version to 2.2.0

This commit is contained in:
Martchus 2018-09-18 23:27:23 +02:00
parent 6ebcd5e937
commit 4e57ab69d3
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ set(META_APP_DESCRIPTION "A simple password store using AES-256-CBC encryption v
set(META_GUI_OPTIONAL YES)
set(META_USE_QQC2 ON)
set(META_VERSION_MAJOR 2)
set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 5)
set(META_VERSION_MINOR 2)
set(META_VERSION_PATCH 0)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
# add project files

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1.5" android:versionCode="2" android:installLocation="auto">
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.0" android:versionCode="2" android:installLocation="auto">
<application android:icon="@drawable/passwordmanager_circle" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"