Skip to content

Commit

Permalink
feat: update app version to 1.1.5-beta across all configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizenics committed Jan 8, 2025
1 parent a917788 commit 5776aae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.1.4-beta"
versionName "1.1.5-beta"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "SeaSense",
"slug": "seasense",
"version": "1.1.4-beta",
"version": "1.1.5-beta",
"orientation": "portrait",
"icon": "./assets/images/seasense-app-icon.png",
"scheme": "seasense",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "seasense",
"scheme": "SeaSense",
"main": "expo-router/entry",
"version": "1.1.4-beta",
"version": "1.1.5-beta",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
Expand Down

0 comments on commit 5776aae

Please sign in to comment.