diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c888b..0aade9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## [unreleased] - [unreleased] +## [0.6.1] - 2015-10-31 ### Changed - Google Play services location API was replaced with [LOST](https://github.com/mapzen/LOST). diff --git a/app/FreifunkAutoConnect_v_0_6.apk b/app/FreifunkAutoConnect_v_0_6.apk deleted file mode 100644 index 0cdeed4..0000000 Binary files a/app/FreifunkAutoConnect_v_0_6.apk and /dev/null differ diff --git a/app/FreifunkAutoConnect_v_0_6_1.apk b/app/FreifunkAutoConnect_v_0_6_1.apk new file mode 100644 index 0000000..99fd98c Binary files /dev/null and b/app/FreifunkAutoConnect_v_0_6_1.apk differ diff --git a/app/build.gradle b/app/build.gradle index e078ea8..de3b918 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.example.tobiastrumm.freifunkautoconnect" minSdkVersion 15 targetSdkVersion 22 - versionCode 6 - versionName "0.6" + versionCode 7 + versionName "0.6.1" } buildTypes { release {