Skip to content

Commit 1bf379e

Browse files
committed
Bump version to 1.7.0
1 parent 84e3463 commit 1bf379e

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
@@ -136,8 +136,8 @@ android {
136136
applicationId "com.chatwoot.app"
137137
minSdkVersion rootProject.ext.minSdkVersion
138138
targetSdkVersion rootProject.ext.targetSdkVersion
139-
versionCode 5063
140-
versionName "1.6.24"
139+
versionCode 5064
140+
versionName "1.7.0"
141141
multiDexEnabled true
142142
}
143143
splits {

ios/Chatwoot.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,14 +791,14 @@
791791
CODE_SIGN_IDENTITY = "Apple Development";
792792
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
793793
CODE_SIGN_STYLE = Automatic;
794-
CURRENT_PROJECT_VERSION = 194;
794+
CURRENT_PROJECT_VERSION = 195;
795795
DEVELOPMENT_TEAM = L7YLMN4634;
796796
ENABLE_BITCODE = NO;
797797
EXCLUDED_ARCHS = "";
798798
INFOPLIST_FILE = Chatwoot/Info.plist;
799799
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
800800
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
801-
MARKETING_VERSION = 1.6.24;
801+
MARKETING_VERSION = 1.7.0;
802802
OTHER_LDFLAGS = (
803803
"$(inherited)",
804804
"-ObjC",
@@ -825,13 +825,13 @@
825825
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
826826
CODE_SIGN_IDENTITY = "Apple Development";
827827
CODE_SIGN_STYLE = Automatic;
828-
CURRENT_PROJECT_VERSION = 194;
828+
CURRENT_PROJECT_VERSION = 195;
829829
DEVELOPMENT_TEAM = L7YLMN4634;
830830
EXCLUDED_ARCHS = "";
831831
INFOPLIST_FILE = Chatwoot/Info.plist;
832832
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
833833
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
834-
MARKETING_VERSION = 1.6.24;
834+
MARKETING_VERSION = 1.7.0;
835835
OTHER_LDFLAGS = (
836836
"$(inherited)",
837837
"-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.6.24",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",

0 commit comments

Comments
 (0)