commit 641377b73b56689c1d0f58b01e14c5e62ff8650e
parent 153ad3c246dc0914e48a38e536c93f96150a9d06
Author: Matthew Horan <matt@matthoran.com>
Date: Mon, 15 Nov 2021 17:58:19 -0500
Bump version to 1.0.9
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app.json b/app.json
@@ -18,7 +18,7 @@
"ios",
"android"
],
- "version": "1.0.8",
+ "version": "1.0.9",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "WeechatNative",
- "version": "1.0.8",
+ "version": "1.0.9",
"private": true,
"scripts": {
"start": "expo start",