Skip to content

Commit 9725fcd

Browse files
Merge pull request #264 from nextcloud/130versionNumbering
fixed version numbering
2 parents ffe345f + 5472396 commit 9725fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
-->
2121
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2222
package="com.owncloud.android"
23-
android:versionCode="10030002"
24-
android:versionName="1.3.0 RC2">
23+
android:versionCode="10030099"
24+
android:versionName="1.3.0">
2525

2626
<uses-sdk
2727
android:minSdkVersion="14"

0 commit comments

Comments
 (0)