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 4978e40ca11e0d78272015e13bc4609a079a80cd
parent 5befd33da1aced9c421635bb7fe746f879aa073b
Author: Matthew Horan <matt@matthoran.com>
Date:   Mon, 19 Jul 2021 09:32:52 -0400

Bump version to 1.0.8

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.7", + "version": "1.0.8", "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.7", + "version": "1.0.8", "private": true, "scripts": { "start": "expo start",