1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Version bump to 0.6.6

This commit is contained in:
rfc2822 2014-11-03 20:24:10 +01:00
parent 65376c2d42
commit e3a7c7092e
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="at.bitfire.davdroid"
android:versionCode="43"
android:versionName="0.6.5" android:installLocation="internalOnly">
android:versionCode="44"
android:versionName="0.6.6" android:installLocation="internalOnly">
<uses-sdk
android:minSdkVersion="14"

View File

@ -9,7 +9,7 @@ package at.bitfire.davdroid;
public class Constants {
public static final String
APP_VERSION = "0.6.5",
APP_VERSION = "0.6.6",
ACCOUNT_TYPE = "bitfire.at.davdroid",
WEB_URL_HELP = "http://davdroid.bitfire.at/configuration?pk_campaign=davdroid-app",