Skip to content

Commit

Permalink
* Bump version to 1.0.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Apr 17, 2014
1 parent df107c1 commit e959bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<manifest package='org.ruboto.core' android:installLocation='auto' android:versionCode='10000' android:versionName='1.0.0' xmlns:android='http://schemas.android.com/apk/res/android'>
<manifest package='org.ruboto.core' android:installLocation='auto' android:versionCode='10001' android:versionName='1.0.1' xmlns:android='http://schemas.android.com/apk/res/android'>
<application android:icon='@drawable/ic_launcher' android:label='@string/app_name'>
<activity android:label='@string/app_name' android:name='RubotoCoreActivity'>
<intent-filter>
Expand Down

0 comments on commit e959bbe

Please sign in to comment.