weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 2a6e545f7ec10bd27f3ea83e3eed3cfb4c0c495d
parent e3b1122dfeb2533ac89bd2cf75ab47bcdcb01c7f
Author: Matthew Horan <matt@matthoran.com>
Date:   Thu, 17 Sep 2020 21:01:17 -0400

Bump version to 1.0.3

Diffstat:
Mapp.json | 2+-
Mpackage.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.json b/app.json @@ -15,7 +15,7 @@ "ios", "android" ], - "version": "1.0.2", + "version": "1.0.3", "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.2", + "version": "1.0.3", "private": true, "scripts": { "start": "expo start",