Skip to content

Commit e33b0de

Browse files
committed
Release android/ios beta version 0.0.47
1 parent 6ddc931 commit e33b0de

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
@@ -132,8 +132,8 @@ android {
132132
applicationId "com.chatwoot.app"
133133
minSdkVersion rootProject.ext.minSdkVersion
134134
targetSdkVersion rootProject.ext.targetSdkVersion
135-
versionCode 46
136-
versionName "0.0.46"
135+
versionCode 47
136+
versionName "0.0.47"
137137
multiDexEnabled true
138138
}
139139
splits {

ios/Chatwoot.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,13 +702,13 @@
702702
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
703703
CODE_SIGN_IDENTITY = "Apple Development";
704704
CODE_SIGN_STYLE = Automatic;
705-
CURRENT_PROJECT_VERSION = 46;
705+
CURRENT_PROJECT_VERSION = 47;
706706
DEAD_CODE_STRIPPING = NO;
707707
DEVELOPMENT_TEAM = 6C953F3RX2;
708708
INFOPLIST_FILE = Chatwoot/Info.plist;
709709
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
710710
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
711-
MARKETING_VERSION = 0.0.46;
711+
MARKETING_VERSION = 0.0.47;
712712
OTHER_LDFLAGS = (
713713
"$(inherited)",
714714
"-ObjC",
@@ -730,12 +730,12 @@
730730
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
731731
CODE_SIGN_IDENTITY = "Apple Development";
732732
CODE_SIGN_STYLE = Automatic;
733-
CURRENT_PROJECT_VERSION = 46;
733+
CURRENT_PROJECT_VERSION = 47;
734734
DEVELOPMENT_TEAM = 6C953F3RX2;
735735
INFOPLIST_FILE = Chatwoot/Info.plist;
736736
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
737737
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
738-
MARKETING_VERSION = 0.0.46;
738+
MARKETING_VERSION = 0.0.47;
739739
OTHER_LDFLAGS = (
740740
"$(inherited)",
741741
"-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": "0.0.46",
3+
"version": "0.0.47",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",

0 commit comments

Comments
 (0)