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 d224859c3ae8c6bf9fd14e01f7cf255f9a29ccf3
parent a9732f2edd4dc56e62a932ccdc5fba4404d0d267
Author: Matthew Horan <matt@matthoran.com>
Date:   Sat, 17 Apr 2021 17:41:50 -0400

Bump version to 1.0.7

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

diff --git a/app.json b/app.json @@ -18,7 +18,7 @@ "ios", "android" ], - "version": "1.0.6", + "version": "1.0.7", "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.6", + "version": "1.0.7", "private": true, "scripts": { "start": "expo start",