Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
🔖 Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabdelrahman committed May 5, 2020
1 parent 37a5c25 commit f98a0f1
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 @@ -132,8 +132,8 @@ android {
applicationId 'io.incipher.einmal'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "1.0.0"
versionCode 5
versionName "1.1.0"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "einmal",
"privacy": "unlisted",
"platforms": ["ios", "android"],
"version": "1.0.0",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#000000",
Expand Down

0 comments on commit f98a0f1

Please sign in to comment.