Skip to content

Commit

Permalink
fix: version should be 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper12356 committed Oct 17, 2024
1 parent 34d248a commit c64010e
Show file tree
Hide file tree
Showing 3 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 @@ -82,7 +82,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "0.0.3"
versionName "1.0.3"
missingDimensionStrategy 'react-native-camera', 'general'
}
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "AltCampusLife",
"version": "0.0.3",
"version": "1.0.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit c64010e

Please sign in to comment.