Skip to content

Commit

Permalink
Release v2.0.0-rc1 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Sep 18, 2020
1 parent 5efbba8 commit e9247ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "2.0.0-rc1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/plugin/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const manifestStr = `
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "2.0.0-rc1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const manifest = JSON.parse(`
"homepage_url": "https://github.com/mattermost/mattermost-plugin-github",
"support_url": "https://github.com/mattermost/mattermost-plugin-github/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "2.0.0-rc1",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down

0 comments on commit e9247ee

Please sign in to comment.