Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cedced19 committed Jul 28, 2020
1 parent c9e3acd commit 8128c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ android {
applicationId "com.lesbaladesdedecouverto"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.0.10"
versionCode 13
versionName "1.0.11"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "les-balades-de-decouverto",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down

0 comments on commit 8128c81

Please sign in to comment.