Skip to content

Commit

Permalink
chore: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Sep 26, 2024
1 parent 461537c commit 7345686
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apply plugin: "com.google.firebase.crashlytics"

import com.android.build.OutputFile

def canonicalVersionName = "3.0.0"
def canonicalVersionCode = 18
def canonicalVersionName = "3.0.1"
def canonicalVersionCode = 19

// NOTE: DO NOT change postFixSize value, this is for handling legacy method for handling the versioning in android
def postFixSize = 30_000
Expand Down
12 changes: 6 additions & 6 deletions ios/Xaman.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
"${PODS_ROOT}/Firebase/CoreOnly/Sources",
"\"$(PODS_ROOT)/boost\"",
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
"$CONFIGURATION_TEMP_DIR/Xaman.build/DerivedSources",
$CONFIGURATION_TEMP_DIR/Xaman.build/DerivedSources,
);
INFOPLIST_FILE = XamanTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
Expand Down Expand Up @@ -1182,7 +1182,7 @@
"${PODS_ROOT}/Firebase/CoreOnly/Sources",
"\"$(PODS_ROOT)/boost\"",
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
"$CONFIGURATION_TEMP_DIR/Xaman.build/DerivedSources",
$CONFIGURATION_TEMP_DIR/Xaman.build/DerivedSources,
);
INFOPLIST_FILE = XamanTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
Expand Down Expand Up @@ -1210,7 +1210,7 @@
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = LK5BBJNJZ6;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand All @@ -1221,7 +1221,7 @@
INFOPLIST_FILE = Xaman/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1246,13 +1246,13 @@
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = LK5BBJNJZ6;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = Xaman/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "xaman",
"version": "3.0.0",
"version": "3.0.1",
"license": "SEE LICENSE IN <LICENSE>",
"scripts": {
"start": "node node_modules/react-native/cli.js start",
Expand Down

0 comments on commit 7345686

Please sign in to comment.