Skip to content

Commit 42c3df4

Browse files
committed
Merge branch 'release/4.2.0' into develop
2 parents 9b6a6f0 + 3be799b commit 42c3df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
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: '4.1.3',
7+
version: '4.2.0',
88
orientation: 'portrait',
99
icon: './assets/icon.png',
1010
userInterfaceStyle: 'light',

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": "4.1.3",
3+
"version": "4.2.0",
44
"scripts": {
55
"start": "expo start --dev-client",
66
"start:production": "expo start --no-dev --minify",

0 commit comments

Comments
 (0)