mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-08 12:18:07 -05:00
Continue with version 1.1 (SNAPSHOT).
This commit is contained in:
parent
db6ed0a122
commit
95be86b2bf
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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">© 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.
|
||||
|
Loading…
Reference in New Issue
Block a user