Skip to content

Commit

Permalink
chore: prepare next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ojacquemart committed Jan 2, 2016
1 parent 7216b3a commit 7795d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/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.vlille.checker"
android:versionCode="710"
android:versionName="4.1.0"
android:versionCode="711"
android:versionName="4.1.1"
android:installLocation="auto">

<!-- Permissions -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group = 'com.vlille.checker'
version = '4.0.0'
version = '4.1.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7795d33

Please sign in to comment.