Author: kmorin Date: 2014-03-31 10:42:14 +0200 (Mon, 31 Mar 2014) New Revision: 34 Url: http://forge.chorem.org/projects/say-my-texts/repository/revisions/34 Log: revert to redo the 1.1 tag Modified: trunk/AndroidManifest.xml trunk/pom.xml Modified: trunk/AndroidManifest.xml =================================================================== --- trunk/AndroidManifest.xml 2014-03-31 08:41:05 UTC (rev 33) +++ trunk/AndroidManifest.xml 2014-03-31 08:42:14 UTC (rev 34) @@ -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="3" - android:versionName="1.2" + android:versionCode="2" + android:versionName="1.1" android:description="@string/app_description" android:installLocation="auto"> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-31 08:41:05 UTC (rev 33) +++ trunk/pom.xml 2014-03-31 08:42:14 UTC (rev 34) @@ -32,7 +32,7 @@ <groupId>org.chorem.android</groupId> <artifactId>saymytexts</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <packaging>apk</packaging> <name>Say My Texts</name>
participants (1)
-
kmorin@users.chorem.org