Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Commit e17eedc

Browse files
committed
Release 1.11.0
1 parent c60fa87 commit e17eedc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dotenv/config';
22

33
import {version} from './package.json';
44

5-
const androidVersionCode = 28;
5+
const androidVersionCode = 30;
66

77
export default {
88
expo: {

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hackatalk",
33
"private": true,
4-
"version": "1.9.0",
4+
"version": "1.11.0",
55
"main": "node_modules/expo/AppEntry.js",
66
"description": "Opensource chat app",
77
"author": "dooboolab",
@@ -171,4 +171,4 @@
171171
"options": {}
172172
}
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)