mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 10:22:16 -05:00
Updated version number: Yaaic 0.8
This commit is contained in:
parent
1e5f016012
commit
c20cd695e6
@ -21,8 +21,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.yaaic"
|
||||
android:versionCode="9"
|
||||
android:versionName="0.7">
|
||||
android:versionCode="10"
|
||||
android:versionName="0.8">
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="Yaaic">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<resources>
|
||||
<string name="app_name">Yaaic</string>
|
||||
<string name="app_full_name">Yet Another Android IRC Client</string>
|
||||
<string name="app_version">0.7</string>
|
||||
<string name="app_version">0.8</string>
|
||||
<string name="app_homepage">http://www.yaaic.org</string>
|
||||
<string name="app_copyright">(C) 2009-2011 Sebastian Kaspari</string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user