Skip to content

Commit

Permalink
πŸš€ chore(build.gradle): bump versionCode and versionName to 91 and 0.9…
Browse files Browse the repository at this point in the history
….1 respectively for Android

πŸš€ chore(app.json): bump version to 0.9.1 for Expo
πŸš€ chore(project.pbxproj): bump MARKETING_VERSION to 0.9.1 for iOS
πŸš€ chore(Info.plist): bump CFBundleShortVersionString and CFBundleVersion to 0.9.1 for iOS
πŸš€ chore(package.json): bump version to 0.9.1
  • Loading branch information
danieldanielecki committed Dec 27, 2023
1 parent 7cc0fa1 commit 8f6c25b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
resValue "string", "build_config_package", "com.tamotam.application"
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 90
versionName "0.9.0"
versionCode 91
versionName "0.9.1"
}

splits {
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "TamoTam",
"slug": "TamoTam",
"version": "0.9.0",
"version": "0.9.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -18,7 +18,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"buildNumber": "0.9.0",
"buildNumber": "0.9.1",
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.tamotam.application"
},
Expand All @@ -29,7 +29,7 @@
},
"googleServicesFile": "./google-services.json",
"package": "com.tamotam.application",
"versionCode": 90
"versionCode": 91
},
"web": {
"favicon": "./assets/images/favicon.png"
Expand Down
4 changes: 2 additions & 2 deletions ios/TamoTam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.0;
MARKETING_VERSION = 0.9.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -381,7 +381,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.0;
MARKETING_VERSION = 0.9.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions ios/TamoTam/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9.0</string>
<string>0.9.1</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
Expand Up @@ -71,6 +71,6 @@
"resolutions": {
"@types/react": "~18.0.24"
},
"version": "0.9.0",
"version": "0.9.1",
"name": "TamoTam"
}

0 comments on commit 8f6c25b

Please sign in to comment.