Skip to content

Commit

Permalink
Continue with version 1.1 (SNAPSHOT).
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Jul 30, 2012
1 parent db6ed0a commit 95be86b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
package="org.yaaic"
android:installLocation="auto"
android:versionCode="12"
android:versionName="1.0" >
android:versionName="1.1-SNAPSHOT" >

<uses-sdk
android:minSdkVersion="4"
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.yaaic</groupId>
<artifactId>yaaic</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>apk</packaging>

<name>yaaic</name>
Expand Down
4 changes: 2 additions & 2 deletions application/res/values/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<resources>
<string name="app_name">Yaaic</string>
<string name="app_full_name">Yet Another Android IRC Client</string>
<string name="app_version">1.0</string>
<string name="app_version">1.1-SNAPSHOT</string>
<string name="app_homepage">http://www.yaaic.org</string>
<string name="app_irc">irc://irc.epd-me.net/yaaic</string>
<string name="app_copyright">(C) 2009-2012 Sebastian Kaspari</string>
<string name="app_copyright">&#169; 2009-2012 Sebastian Kaspari</string>

<string name="licence_info">
Yaaic is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Expand Down

0 comments on commit 95be86b

Please sign in to comment.