This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 31b09e7451d6190cda670e536601f973154ee6a2 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 21 23:57:48 2014 +0200 upgrade versions --- AndroidManifest.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3708ea7..f9a39e0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.chorem.android.saymytexts" - android:versionCode="6" - android:versionName="2.1" + android:versionCode="7" + android:versionName="2.1.1" android:description="@string/app_description" android:installLocation="auto"> diff --git a/pom.xml b/pom.xml index 4a9faa6..4e66ab2 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.chorem.android</groupId> <artifactId>saymytexts</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>apk</packaging> <name>Say My Texts</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.