From b1cb5f3f21e7f575aa81f424d451ebc78a7c6da8 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 10 May 2015 17:09:57 +0200 Subject: [PATCH] update CHANGELOG, README and bump version to 0.3.5 We might delay the release a bit due to missing translations. --- CHANGELOG.md | 4 ++-- README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e3d4c47..3c2791360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ###Changelog -####Version (next) -* Add discovery and pairing Activity for Mi Bands +####Version 0.3.5 +* Add discovery and pairing Activity for Pebble and Mi Band * Listen for Pebble Message intents and forward notification (used by Conversations) * Make strings translatable and add German, Italian, Spanish and Korean translations * Mi Band: Display battery status diff --git a/README.md b/README.md index 241ee8ffd..c3058b520 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ need to create an account and transmit any of your data to the vendor's servers. ## How to use (Pebble) -1. Pair your Pebble through the Android Bluetooth Settings +1. Pair your Pebble through Gadgetbridge's Discovery Activity or the Android Bluetooth Settings 2. Start Gadgetbridge, tap on the device you want to connect to 3. To test, choose "Debug" from the menu and play around diff --git a/app/build.gradle b/app/build.gradle index acce62f39..70ec20f16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 12 - versionName "0.3.4" + versionCode 13 + versionName "0.3.5" } buildTypes { release {