Pushed version to 0.2.0.
This commit is contained in:
parent
d9e8bc0dd2
commit
2b8313b15c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.github.nutomic.pegasus"
|
||||
android:versionCode="1"
|
||||
android:versionCode="2"
|
||||
android:versionName="@string/version_name"
|
||||
android:installLocation="internalOnly" >
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- General -->
|
||||
<string name="version_name">0.1.0</string>
|
||||
<string name="version_name">0.2.0</string>
|
||||
|
||||
<!-- AreaList -->
|
||||
<!-- Millisecond values for R.stringarray.arealist_learn_area_strings -->
|
||||
|
|
Reference in a new issue