Skip to content

Commit

Permalink
Release v0.6.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Apr 3, 2020
1 parent e7785b9 commit 5eff945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"homepage_url": "https://github.com/mattermost/mattermost-plugin-demo",
"support_url": "https://github.com/mattermost/mattermost-plugin-demo/issues",
"icon_path": "assets/icon.svg",
"version": "0.5.0",
"min_server_version": "5.20.0",
"version": "0.6.0",
"min_server_version": "5.22.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.mattermost.demo-plugin",
Version: "0.5.0",
Version: "0.6.0",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'com.mattermost.demo-plugin';
export const version = '0.5.0';
export const version = '0.6.0';

0 comments on commit 5eff945

Please sign in to comment.