chore: bump Keysmith version to 0.2.1

The 0.2.0 release tag is not reflected and versioning fields are not updated anywhere anyway.
This commit rectifies at least the latter problem: application versions are now updated where they appear in code/manifests.
master
Johan Ouwerkerk 2020-10-02 20:55:19 +02:00
parent 4dc11df193
commit d7f850a146
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Need 3.10.X for C++17 support enabled via CMake: https://cmake.org/cmake/help/v3.10/prop_tgt/CXX_STANDARD.html#prop_tgt:CXX_STANDARD
cmake_minimum_required(VERSION 3.10)
project(keysmith)
project(keysmith VERSION "0.2.1")
set(KF5_MIN_VERSION "5.62.0")
set(QT_MIN_VERSION "5.14.0")

View File

@ -6,7 +6,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kde.keysmith"
android:versionName="0.0.1"
android:versionName="0.2.1"
android:versionCode="1"
android:installLocation="auto">
<application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Keysmith" android:icon="@drawable/keysmith">