mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 21:16:42 +00:00
Merge branch 'release-0.2' into develop
This commit is contained in:
commit
26bafc2f18
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Page {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
y: 320
|
y: 320
|
||||||
font.bold: true
|
font.bold: true
|
||||||
text: "SailOTP 0.1"
|
text: "SailOTP 0.2"
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
id: desc
|
id: desc
|
||||||
|
|
|
@ -13,7 +13,7 @@ Name: harbour-sailotp
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
|
Loading…
Reference in a new issue