Skip to content

Commit 73c52c7

Browse files
Release 1.4.0
1 parent 35b22dc commit 73c52c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
ownCloud Android client application
3+
Nextcloud Android client application
44
55
Copyright (C) 2012 Bartek Przybylski
66
Copyright (C) 2012-2016 ownCloud Inc.
@@ -20,8 +20,8 @@
2020
-->
2121
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2222
package="com.owncloud.android"
23-
android:versionCode="10040004"
24-
android:versionName="1.4.0 RC4">
23+
android:versionCode="10040099"
24+
android:versionName="1.4.0">
2525

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

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.0 (November)
1+
## 1.4.0 (December 8, 2016)
22

33
- External SD card support
44
- Auto Upload (Android 7+)
@@ -11,7 +11,7 @@
1111
- Sort favorite files first in list
1212
- Account switcher optimizations
1313
- Bugfixes and design improvements
14-
- update library to 1.0.9
14+
- Update library to 1.0.9
1515

1616
## 1.3.1 (September 20, 2016)
1717

@@ -66,4 +66,4 @@
6666

6767
## 1.0.0 (June 12, 2016)
6868

69-
- initial release of the Nextcloud Android app
69+
- Initial release of the Nextcloud Android app

0 commit comments

Comments
 (0)