diff --git a/qml/pages/About.qml b/qml/pages/About.qml index 463d4b1..e7e7d8f 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -44,7 +44,7 @@ Page { anchors.horizontalCenter: parent.horizontalCenter y: 320 font.bold: true - text: "SailOTP 0.1" + text: "SailOTP 0.2" } Text { id: desc diff --git a/rpm/harbour-sailotp.spec b/rpm/harbour-sailotp.spec index 3e130a4..ed19a0c 100644 --- a/rpm/harbour-sailotp.spec +++ b/rpm/harbour-sailotp.spec @@ -13,7 +13,7 @@ Name: harbour-sailotp %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: SailOTP -Version: 0.1 +Version: 0.2 Release: 1 Group: Security License: BSD diff --git a/rpm/harbour-sailotp.yaml b/rpm/harbour-sailotp.yaml index b905f0d..2fb7ae8 100644 --- a/rpm/harbour-sailotp.yaml +++ b/rpm/harbour-sailotp.yaml @@ -1,6 +1,6 @@ Name: harbour-sailotp Summary: SailOTP -Version: 0.1 +Version: 0.2 Release: 1 Group: Security URL: https://github.com/seiichiro0185/sailotp/