Skip to content

Commit 8a394a9

Browse files
committed
Bump version to 1.0.13
1 parent 9658184 commit 8a394a9

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
@@ -134,8 +134,8 @@ android {
134134
applicationId "com.chatwoot.app"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 111
138-
versionName "1.0.11"
137+
versionCode 113
138+
versionName "1.0.13"
139139
multiDexEnabled true
140140
}
141141
splits {

ios/Chatwoot.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,13 @@
724724
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
725725
CLANG_ENABLE_MODULES = YES;
726726
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
727-
CURRENT_PROJECT_VERSION = 112;
727+
CURRENT_PROJECT_VERSION = 113;
728728
DEVELOPMENT_TEAM = 6C953F3RX2;
729729
ENABLE_BITCODE = NO;
730730
INFOPLIST_FILE = Chatwoot/Info.plist;
731731
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
732732
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
733-
MARKETING_VERSION = 1.0.12;
733+
MARKETING_VERSION = 1.0.13;
734734
OTHER_LDFLAGS = (
735735
"$(inherited)",
736736
"-ObjC",
@@ -751,12 +751,12 @@
751751
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
752752
CLANG_ENABLE_MODULES = YES;
753753
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
754-
CURRENT_PROJECT_VERSION = 112;
754+
CURRENT_PROJECT_VERSION = 113;
755755
DEVELOPMENT_TEAM = 6C953F3RX2;
756756
INFOPLIST_FILE = Chatwoot/Info.plist;
757757
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
758758
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
759-
MARKETING_VERSION = 1.0.12;
759+
MARKETING_VERSION = 1.0.13;
760760
OTHER_LDFLAGS = (
761761
"$(inherited)",
762762
"-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.0.12",
3+
"version": "1.0.13",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",

0 commit comments

Comments
 (0)