version bump to 0.4.3-alpha

This commit is contained in:
Ricki Hirner 2013-11-24 13:21:59 +01:00 committed by rfc2822
parent 62a066b55d
commit 48011928a3
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="15"
android:versionName="0.4.2-alpha" >
android:versionCode="16"
android:versionName="0.4.3-alpha" >
<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.4.2-alpha",
APP_VERSION = "0.4.3-alpha",
ACCOUNT_TYPE = "bitfire.at.davdroid",