Skip to content

Commit

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

πŸš€ chore(app.json): bump version to 0.9.4 for Expo
πŸš€ chore(project.pbxproj): update MARKETING_VERSION to 0.9.4 for iOS
πŸš€ chore(Info.plist): update CFBundleShortVersionString and CFBundleVersion to 0.9.4 for iOS
πŸš€ chore(package.json): bump version to 0.9.4 for package.json
  • Loading branch information
danieldanielecki committed Jan 29, 2024
1 parent 78730f5 commit aecb08c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 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 93
versionName "0.9.3"
versionCode 94
versionName "0.9.4"
}

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.3",
"version": "0.9.4",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -18,7 +18,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"buildNumber": "0.9.3",
"buildNumber": "0.9.4",
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.tamotam.application"
},
Expand All @@ -29,7 +29,7 @@
},
"googleServicesFile": "./google-services.json",
"package": "com.tamotam.application",
"versionCode": 93
"versionCode": 94
},
"web": {
"favicon": "./assets/images/favicon.png"
Expand Down
6 changes: 2 additions & 4 deletions ios/TamoTam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* TamoTam.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TamoTam.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = TamoTam/AppDelegate.h; sourceTree = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = TamoTam/AppDelegate.mm; sourceTree = "<group>"; };
Expand Down Expand Up @@ -53,7 +52,6 @@
isa = PBXGroup;
children = (
BB2F792B24A3F905000567C9 /* Supporting */,
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
13B07FB51A68108700A75B9A /* Images.xcassets */,
Expand Down Expand Up @@ -350,7 +348,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.3;
MARKETING_VERSION = 0.9.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -385,7 +383,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.3;
MARKETING_VERSION = 0.9.4;
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.3</string>
<string>0.9.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9.3</string>
<string>0.9.4</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.3",
"version": "0.9.4",
"name": "TamoTam"
}

0 comments on commit aecb08c

Please sign in to comment.