commit d736e6fd06339a088c4898f9141ffbfaf94a0348
parent 5cce4b630f7de49bf0ec8bdafcabb8efa2c31502
Author: Matthew Horan <matt@matthoran.com>
Date: Thu, 16 Apr 2020 22:11:54 -0400
Bump version to 1.0.1 for App Store upload
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app.json b/app.json
@@ -15,7 +15,7 @@
"ios",
"android"
],
- "version": "1.0.0",
+ "version": "1.0.1",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "WeechatNative",
- "version": "0.0.1",
+ "version": "1.0.1",
"private": true,
"scripts": {
"start": "expo start",