We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b6a6f0 + 3be799b commit 42c3df4Copy full SHA for 42c3df4
app.config.ts
@@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
4
return {
5
name: 'Chatwoot',
6
slug: process.env.EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile',
7
- version: '4.1.3',
+ version: '4.2.0',
8
orientation: 'portrait',
9
icon: './assets/icon.png',
10
userInterfaceStyle: 'light',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chatwoot/mobile-app",
3
- "version": "4.1.3",
+ "version": "4.2.0",
"scripts": {
"start": "expo start --dev-client",
"start:production": "expo start --no-dev --minify",
0 commit comments