Skip to content

Commit d71530b

Browse files
committed
Merge branch 'release/4.0.0'
2 parents aad13da + e05ac6a commit d71530b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
44
return {
55
name: 'Chatwoot',
66
slug: process.env.EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile',
7-
version: '1.10.55',
7+
version: '4.0.0',
88
orientation: 'portrait',
99
icon: './assets/icon.png',
1010
userInterfaceStyle: 'light',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/mobile-app",
3-
"version": "1.10.55",
3+
"version": "4.0.0",
44
"main": "expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)