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 Jun 26, 2020
1 parent 741d823 commit 63d567c
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="508"
android:versionName="5.08" >
android:versionCode="509"
android:versionName="5.09" >

<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.08'
version = '5.09'

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.08
app.version=5.09
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 @@
508
509

0 comments on commit 63d567c

Please sign in to comment.