Skip to content

Commit

Permalink
bump version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomelki committed Aug 26, 2024
1 parent 2b56387 commit 6caab2e
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 @@ -7,8 +7,8 @@ android {
applicationId "com.iseplive.iseplife"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.7"
versionCode 3
versionName "1.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
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": "iseplife-spa",
"version": "1.7",
"version": "1.7.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
Expand Down

0 comments on commit 6caab2e

Please sign in to comment.