Skip to content

Commit

Permalink
Bump version to 1.1.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrerich authored Oct 8, 2021
1 parent 917c587 commit defab04
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/kosgrz/mattermost-plugin-bitbucket",
"support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "1.1.0",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/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/kosgrz/mattermost-plugin-bitbucket",
"support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "1.1.0",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
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/kosgrz/mattermost-plugin-bitbucket",
"support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues",
"icon_path": "assets/icon.svg",
"version": "1.0.0",
"version": "1.1.0",
"min_server_version": "5.25.0",
"server": {
"executables": {
Expand Down

0 comments on commit defab04

Please sign in to comment.