diff --git a/plugin.json b/plugin.json index 0479b1c..d27631b 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "autotranslate", "name": "Autotranslate", "description": "Autotranslate plugin for Mattermost 5.4 and later.", - "version": "0.1.1", + "version": "0.1.2", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 53f8a4d..9f19187 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "autotranslate", - Version: "0.1.1", + Version: "0.1.2", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 0e76b55..b9da98f 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'autotranslate'; -export const version = '0.1.1'; +export const version = '0.1.2';