summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-09-09 17:06:40 +0200
committerWim <wim@42.be>2017-09-09 17:06:40 +0200
commitd6ee55e35f745c441dac115fc165dbdcae9496bb (patch)
treebd13d8661ad4799ef5ed3c2664327510428a59bf
parentaef64eec32e319e1a225ca644de47a52dc6ad8a3 (diff)
downloadmatterbridge-msglm-1.1.2.tar.gz
matterbridge-msglm-1.1.2.tar.bz2
matterbridge-msglm-1.1.2.zip
Release v1.1.2v1.1.2
-rw-r--r--README.md4
-rw-r--r--matterbridge.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d48e1dc5..9385e901 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Has a REST API.
# Requirements
Accounts to one of the supported bridges
-* [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.0.x - 4.1.x
+* [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.0.x - 4.2.x
* [IRC](http://www.mirc.com/servers.html)
* [XMPP](https://jabber.org)
* [Gitter](https://gitter.im)
@@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.1.1](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.1.2](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building
diff --git a/matterbridge.go b/matterbridge.go
index 56f061e3..59994f9c 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -11,7 +11,7 @@ import (
)
var (
- version = "1.1.1"
+ version = "1.1.2"
githash string
)