Skip to content

Commit

Permalink
Bump version for release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conrad committed May 23, 2021
1 parent 41e4015 commit 678cd19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cherokeelessons.vocab.animals.one"
android:versionCode="511"
android:versionName="5.11" >
android:versionCode="512"
android:versionName="5.12" >

<uses-feature
android:name="android.hardware.gamepad"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {


allprojects {
version = '5.11'
version = '5.12'

apply plugin: "eclipse"
eclipse {
Expand Down
2 changes: 1 addition & 1 deletion ios/robovm.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app.version=5.11
app.version=5.12
app.id=com.cherokeelessons.vocab.animals.one
app.mainclass=com.cherokeelessons.vocab.animals.one.IOSLauncher
app.executable=IOSLauncher
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
511
512

0 comments on commit 678cd19

Please sign in to comment.