1
0
mirror of https://github.com/etesync/android synced 2024-11-13 19:29:01 +00:00

version bump to 0.3.3-alpha

This commit is contained in:
rfc2822 2013-10-16 00:18:00 +02:00
parent db1f2666e8
commit 59ded55ac1
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="5"
android:versionName="0.3.2-alpha" >
android:versionCode="6"
android:versionName="0.3.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.3.2-alpha",
APP_VERSION = "0.3.3-alpha",
ACCOUNT_TYPE = "bitfire.at.davdroid",