We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aad13da + e05ac6a commit d71530bCopy full SHA for d71530b
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: '1.10.55',
+ version: '4.0.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": "1.10.55",
+ "version": "4.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
0 commit comments