diff --git a/client/app.config.ts b/client/app.config.ts index 387123ea8..b1a3fb2c3 100644 --- a/client/app.config.ts +++ b/client/app.config.ts @@ -2,7 +2,7 @@ import 'dotenv/config'; import {version} from './package.json'; -const androidVersionCode = 28; +const androidVersionCode = 30; export default { expo: { diff --git a/client/package.json b/client/package.json index 64b4b8cce..21191b159 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "hackatalk", "private": true, - "version": "1.9.0", + "version": "1.11.0", "main": "node_modules/expo/AppEntry.js", "description": "Opensource chat app", "author": "dooboolab", @@ -171,4 +171,4 @@ "options": {} } } -} +} \ No newline at end of file