Skip to content

Commit

Permalink
🔖 chore(build.gradle): bump versionCode and versionName to 0.9.2 for …
Browse files Browse the repository at this point in the history
…Android

🔖 chore(app.json): bump version to 0.9.2 for Expo
🔖 chore(project.pbxproj): bump MARKETING_VERSION to 0.9.2 for iOS
🔖 chore(Info.plist): bump CFBundleShortVersionString and CFBundleVersion to 0.9.2 for iOS
🔖 chore(package.json): bump version to 0.9.2
  • Loading branch information
danieldanielecki committed Jan 1, 2024
1 parent 45ea5fa commit 5243d72
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 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 91
versionName "0.9.1"
versionCode 92
versionName "0.9.2"
}

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.1",
"version": "0.9.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -18,7 +18,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"buildNumber": "0.9.1",
"buildNumber": "0.9.2",
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.tamotam.application"
},
Expand All @@ -29,7 +29,7 @@
},
"googleServicesFile": "./google-services.json",
"package": "com.tamotam.application",
"versionCode": 91
"versionCode": 92
},
"web": {
"favicon": "./assets/images/favicon.png"
Expand Down
11 changes: 8 additions & 3 deletions ios/TamoTam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
LastUpgradeCheck = 1130;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 9D3QHQ7CMS;
LastSwiftMigration = 1250;
};
};
Expand Down Expand Up @@ -335,6 +334,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = TamoTam/TamoTam.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9D3QHQ7CMS;
ENABLE_BITCODE = NO;
Expand All @@ -349,7 +350,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.1;
MARKETING_VERSION = 0.9.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -358,6 +359,7 @@
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.tamotam.application;
PRODUCT_NAME = TamoTam;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -372,6 +374,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = TamoTam/TamoTam.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9D3QHQ7CMS;
INFOPLIST_FILE = TamoTam/Info.plist;
Expand All @@ -381,7 +385,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.1;
MARKETING_VERSION = 0.9.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -390,6 +394,7 @@
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.tamotam.application;
PRODUCT_NAME = TamoTam;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
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.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9.1</string>
<string>0.9.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
Expand Up @@ -70,6 +70,6 @@
"resolutions": {
"@types/react": "~18.0.24"
},
"version": "0.9.1",
"version": "0.9.2",
"name": "TamoTam"
}

0 comments on commit 5243d72

Please sign in to comment.