diff --git a/CHANGELOG.md b/CHANGELOG.md index a00224232..a1d1a8fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Upcoming release +### 0.95 (2015-08-??) * Start porting UI to Material Design, including a new launcher icon diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 79dca7d92..5787bd525 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.fdroid.fdroid" android:installLocation="auto" - android:versionCode="95001" - android:versionName="0.95-alpha1" + android:versionCode="95002" + android:versionName="0.95-alpha2" >