diff --git a/plugin.json b/plugin.json index 45937ee..3500db2 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "This plugin add badges support to Mattermost.", "homepage_url": "https://github.com/larkox/mattermost-plugin-badges", "support_url": "https://github.com/larkox/mattermost-plugin-badges/issues", - "release_notes_url": "https://github.com/larkox/mattermost-plugin-badges/releases/tag/v0.1.0", + "release_notes_url": "https://github.com/larkox/mattermost-plugin-badges/releases/tag/v0.1.2", "icon_path": "assets/starter-template-icon.svg", - "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 e86e946..1532e85 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -17,9 +17,9 @@ const manifestStr = ` "description": "This plugin add badges support to Mattermost.", "homepage_url": "https://github.com/larkox/mattermost-plugin-badges", "support_url": "https://github.com/larkox/mattermost-plugin-badges/issues", - "release_notes_url": "https://github.com/larkox/mattermost-plugin-badges/releases/tag/v0.1.0", + "release_notes_url": "https://github.com/larkox/mattermost-plugin-badges/releases/tag/v0.1.2", "icon_path": "assets/starter-template-icon.svg", - "version": "0.1.1", + "version": "0.1.2", "min_server_version": "5.12.0", "server": { "executables": {