Skip to content

Commit 64f9619

Browse files
committed
Bump version to 1.8.0
1 parent aaf3b2a commit 64f9619

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ android {
139139
applicationId "com.chatwoot.app"
140140
minSdkVersion rootProject.ext.minSdkVersion
141141
targetSdkVersion rootProject.ext.targetSdkVersion
142-
versionCode 5116
143-
versionName "1.7.46"
142+
versionCode 5117
143+
versionName "1.8.0"
144144
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
145145

146146
multiDexEnabled true

ios/Chatwoot.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
560560
CLANG_ENABLE_MODULES = YES;
561561
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
562-
CURRENT_PROJECT_VERSION = 246;
562+
CURRENT_PROJECT_VERSION = 247;
563563
DEVELOPMENT_TEAM = L7YLMN4634;
564564
ENABLE_BITCODE = NO;
565565
INFOPLIST_FILE = Chatwoot/Info.plist;
@@ -568,7 +568,7 @@
568568
"$(inherited)",
569569
"@executable_path/Frameworks",
570570
);
571-
MARKETING_VERSION = 1.7.46;
571+
MARKETING_VERSION = 1.8.0;
572572
OTHER_LDFLAGS = (
573573
"$(inherited)",
574574
"-ObjC",
@@ -593,15 +593,15 @@
593593
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
594594
CLANG_ENABLE_MODULES = YES;
595595
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
596-
CURRENT_PROJECT_VERSION = 246;
596+
CURRENT_PROJECT_VERSION = 247;
597597
DEVELOPMENT_TEAM = L7YLMN4634;
598598
INFOPLIST_FILE = Chatwoot/Info.plist;
599599
INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
600600
LD_RUNPATH_SEARCH_PATHS = (
601601
"$(inherited)",
602602
"@executable_path/Frameworks",
603603
);
604-
MARKETING_VERSION = 1.7.46;
604+
MARKETING_VERSION = 1.8.0;
605605
OTHER_LDFLAGS = (
606606
"$(inherited)",
607607
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/mobile-app",
3-
"version": "1.7.46",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)