Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Jan 17, 2025
2 parents aad13da + e05ac6a commit d71530b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
return {
name: 'Chatwoot',
slug: process.env.EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile',
version: '1.10.55',
version: '4.0.0',
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'light',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/mobile-app",
"version": "1.10.55",
"version": "4.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit d71530b

Please sign in to comment.