diff --git a/plugin.json b/plugin.json index bd547a0..847e87c 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.community", "name": "Community", "description": "This plugin lists GitHub contributors.", - "version": "0.1.1", + "version": "0.1.2", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 449dd13..9c56b7a 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.mattermost.community", - Version: "0.1.1", + Version: "0.1.2", }