bump version

This commit is contained in:
tobiasKaminsky 2017-05-22 17:21:37 +02:00
parent d17af1d37e
commit 0627dd2a84
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 1.4.3 (May 22, 2017)
- Hotfix: ignore oauth header for now and use basic auth to allow new logins for nc12
## 1.4.2 (March 14, 2017)
- Auto Upload for newly taken photos/images (Android 6+)
- Auto Upload improvements and fixes

View File

@ -19,10 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="10040299"
android:versionName="1.4.2">
android:versionCode="10040399"
android:versionName="1.4.3">
<uses-sdk
android:minSdkVersion="14"