Skip to content

Commit

Permalink
Merge pull request #424 from nextcloud/release_1_4_0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
AndyScherzinger authored Dec 6, 2016
2 parents f7c3bc8 + 73c52c7 commit 3d25bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
ownCloud Android client application
Nextcloud Android client application
Copyright (C) 2012 Bartek Przybylski
Copyright (C) 2012-2016 ownCloud Inc.
Expand All @@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10040004"
android:versionName="1.4.0 RC4">
android:versionCode="10040099"
android:versionName="1.4.0">

<uses-sdk
android:minSdkVersion="14"
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.4.0 (November)
## 1.4.0 (December 8, 2016)

- External SD card support
- Auto Upload (Android 7+)
Expand All @@ -11,7 +11,7 @@
- Sort favorite files first in list
- Account switcher optimizations
- Bugfixes and design improvements
- update library to 1.0.9
- Update library to 1.0.9

## 1.3.1 (September 20, 2016)

Expand Down Expand Up @@ -66,4 +66,4 @@

## 1.0.0 (June 12, 2016)

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

0 comments on commit 3d25bd7

Please sign in to comment.