Browse Source

set final/stable release version to 2.0.0

AndyScherzinger 7 years ago
parent
commit
73b0ca3bd6
4 changed files with 7 additions and 7 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      src/gplay/AndroidManifest.xml
  3. 2 2
      src/main/AndroidManifest.xml
  4. 2 2
      src/modified/AndroidManifest.xml

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.5.0 (2017)
+## 2.0.0 (2017)
 
 - Account-wide search (Nc 12+)
 - Auto upload available on Android 4+

+ 2 - 2
src/gplay/AndroidManifest.xml

@@ -19,8 +19,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android"
-          android:versionCode="20000002"
-          android:versionName="2.0.0RC2">
+          android:versionCode="20000099"
+          android:versionName="2.0.0">
 
     <application
         android:name=".MainApp"

+ 2 - 2
src/main/AndroidManifest.xml

@@ -20,8 +20,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.owncloud.android"
-          android:versionCode="20000002"
-          android:versionName="2.0.0RC2">
+          android:versionCode="20000099"
+          android:versionName="2.0.0">
 
     <uses-sdk
         android:minSdkVersion="14"

+ 2 - 2
src/modified/AndroidManifest.xml

@@ -19,8 +19,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android"
-          android:versionCode="20000002"
-          android:versionName="2.0.0RC2">
+          android:versionCode="20000099"
+          android:versionName="2.0.0">
 
     <application
         android:name=".MainApp"