commit e29f9fa30d760ba0c4e524bef5ced0ff8d140020
parent 2750b4cebca6b9c113ea8dfda1db39f3358aa6a4
Author: Matthew Horan <matt@matthoran.com>
Date: Fri, 4 Sep 2020 19:40:00 -0400
Bump version to 1.0.2 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.1",
+ "version": "1.0.2",
"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.1",
+ "version": "1.0.2",
"private": true,
"scripts": {
"start": "expo start",