Skip to content

Commit

Permalink
build: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pizidavi committed Feb 15, 2024
1 parent 45aa6d7 commit dc3160a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId "it.fidasverona"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 100002
versionName "1.0.0"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions ios/fidasverona/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1.0.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
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": "fidas-verona",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit dc3160a

Please sign in to comment.