Skip to content

Commit 53c8e00

Browse files
committed
Bump version to 1.9.0
1 parent bb9b6b0 commit 53c8e00

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
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 5143
144-
versionName "1.8.26"
143+
versionCode 5144
144+
versionName "1.9.0"
145145
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
146146

147147
multiDexEnabled true

ios/Chatwoot.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
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 = 275;
570+
CURRENT_PROJECT_VERSION = 276;
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.8.26;
583+
MARKETING_VERSION = 1.9.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 = 275;
608+
CURRENT_PROJECT_VERSION = 276;
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.8.26;
620+
MARKETING_VERSION = 1.9.0;
621621
OTHER_LDFLAGS = (
622622
"$(inherited)",
623623
"-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.8.26",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

src/components/NotificationItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const NotificationItemComponent = ({ eva, item, onSelectNotification }) => {
3838
push_message_title,
3939
read_at,
4040
created_at,
41-
primary_actor: { meta: { sender: { name = null, thumbnail = null } = {} } = {}, channel },
41+
primary_actor: { meta: { sender: { name = null, thumbnail = null } = {} } = {}, channel } = {},
4242
} = item;
4343
return (
4444
<TouchableOpacity

0 commit comments

Comments
 (0)