Skip to content

Commit

Permalink
bumped version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Apr 15, 2010
1 parent 75feb90 commit c7dd025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -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="2"
android:versionName="0.2">
android:versionCode="3"
android:versionName="0.3">
<application
android:icon="@drawable/icon"
android:label="Yaaic">
Expand Down
2 changes: 1 addition & 1 deletion res/values/application.xml
Expand Up @@ -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.2</string>
<string name="app_version">0.3</string>
<string name="app_homepage">http://www.yaaic.org</string>
<string name="app_copyright">(C) 2009-2010 Sebastian Kaspari</string>

Expand Down

0 comments on commit c7dd025

Please sign in to comment.