From 9142e8fea007d1c7cb2953d8ceed3347299d7a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Stru=C3=9F?= Date: Mon, 4 Jul 2016 13:00:22 +0200 Subject: [PATCH] Bump --- CHANGES.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e1a9735..1f7983e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 1.2 (2016-07-04) + +- That toast is annoying! Just Log.w instead. + ## 1.1 (2016-07-03) - Show a toast when the library can't connect to the service diff --git a/gradle.properties b/gradle.properties index caadf75..51e8e13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=de.hannesstruss.windfish -VERSION_NAME=1.2-SNAPSHOT +VERSION_NAME=1.2 VERSION_CODE=102 POM_DESCRIPTION=Keeps your Android device awake during development.