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 0cc0110b4df5711d74b91ce86a9bc54ab47941ed
parent 1b81a3f8683988b720d9d6e02cd7d92a09abcd2d
Author: Matthew Horan <matt@matthoran.com>
Date:   Tue, 22 Sep 2020 13:07:49 -0400

Bump version to 1.0.4

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