commit 680967a0ec8562f8a88aca3882434f11f6945634
Author: Wim <wim@42.be>
Date: Sat Sep 09 17:06:40 2017 +0000
diff --git a/README.md b/README.md
index d48e1dc..9385e90 100644
--- a/README.md
+++ b/README.md
@@ -367 +367 @@ 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)
@@ -537 +537 @@ 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 56f061e..59994f9 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -117 +117 @@ import (
)
var (
- version = "1.1.1"
+ version = "1.1.2"
githash string
)