Skip to content

Commit

Permalink
Bump version to 3.0.1 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Feb 22, 2021
1 parent 37d7a4d commit 8374560
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 @@ -6,7 +6,7 @@
"support_url": "https://github.com/mattermost/mattermost-plugin-jira/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v3.0.0",
"icon_path": "assets/icon.svg",
"version": "3.0.0",
"version": "3.0.1",
"min_server_version": "5.26.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 @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "jira",
Version: "3.0.0",
Version: "3.0.1",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'jira';
export const version = '3.0.0';
export const version = '3.0.1';

0 comments on commit 8374560

Please sign in to comment.