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.
1 parent c3dbe51 commit f16965dCopy full SHA for f16965d
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.2',
+ version: '4.1.3',
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.2",
+ "version": "4.1.3",
"scripts": {
"start": "expo start --dev-client",
"start:production": "expo start --no-dev --minify",
0 commit comments