diff --git a/plugin.json b/plugin.json index 4890a9c3..60e7eded 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.cloud", "name": "Mattermost Private Cloud", "description": "This plugin allows spinning up and down Mattermost installations using Mattermost Private Cloud.", - "version": "0.1.14", + "version": "0.1.15", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index ca0daa52..011e131f 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.cloud", - Version: "0.1.14", + Version: "0.1.15", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 9ae6d502..a4d1fe5c 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'com.mattermost.cloud'; -export const version = '0.1.14'; +export const version = '0.1.15';