Skip to content

Commit

Permalink
Release v2.0.1 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Apr 17, 2021
1 parent 7921a05 commit aa44d3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "GitHub plugin for Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1",
"icon_path": "assets/icon.svg",
"version": "2.0.0",
"version": "2.0.1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
4 changes: 2 additions & 2 deletions server/plugin/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const manifestStr = `
"description": "GitHub plugin for Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1",
"icon_path": "assets/icon.svg",
"version": "2.0.0",
"version": "2.0.1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const manifest = JSON.parse(`
"description": "GitHub plugin for Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1",
"icon_path": "assets/icon.svg",
"version": "2.0.0",
"version": "2.0.1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down

0 comments on commit aa44d3b

Please sign in to comment.