Skip to content

Commit 76bab8f

Browse files
authored
chore: Bump version to 1.10.0 (#714)
1 parent f91535f commit 76bab8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ android {
140140
applicationId "com.chatwoot.app"
141141
minSdkVersion rootProject.ext.minSdkVersion
142142
targetSdkVersion rootProject.ext.targetSdkVersion
143-
versionCode 5169
144-
versionName "1.9.27"
143+
versionCode 5170
144+
versionName "1.10.0"
145145
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
146146

147147
multiDexEnabled true

Diff for: ios/Chatwoot.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568568
CLANG_ENABLE_MODULES = YES;
569569
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
570-
CURRENT_PROJECT_VERSION = 302;
570+
CURRENT_PROJECT_VERSION = 303;
571571
DEVELOPMENT_TEAM = L7YLMN4634;
572572
ENABLE_BITCODE = NO;
573573
INFOPLIST_FILE = Chatwoot/Info.plist;
@@ -580,7 +580,7 @@
580580
"$(SDKROOT)/usr/lib/swift",
581581
"$(inherited)",
582582
);
583-
MARKETING_VERSION = 1.9.27;
583+
MARKETING_VERSION = 1.10.0;
584584
OTHER_LDFLAGS = (
585585
"$(inherited)",
586586
"-ObjC",
@@ -605,7 +605,7 @@
605605
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
606606
CLANG_ENABLE_MODULES = YES;
607607
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
608-
CURRENT_PROJECT_VERSION = 302;
608+
CURRENT_PROJECT_VERSION = 303;
609609
DEVELOPMENT_TEAM = L7YLMN4634;
610610
INFOPLIST_FILE = Chatwoot/Info.plist;
611611
INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
@@ -617,7 +617,7 @@
617617
"$(SDKROOT)/usr/lib/swift",
618618
"$(inherited)",
619619
);
620-
MARKETING_VERSION = 1.9.27;
620+
MARKETING_VERSION = 1.10.0;
621621
OTHER_LDFLAGS = (
622622
"$(inherited)",
623623
"-ObjC",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/mobile-app",
3-
"version": "1.9.27",
3+
"version": "1.10.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)