Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrerich committed Apr 28, 2020
1 parent 0a6a9f5 commit 3dea970
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-jira",
"support_url": "https://github.com/mattermost/mattermost-plugin-jira/issues",
"icon_path": "assets/icon.svg",
"version": "2.3.2",
"version": "2.4.0",
"min_server_version": "5.14.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: "2.3.2",
Version: "2.4.0",
}
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 = '2.3.2';
export const version = '2.4.0';

0 comments on commit 3dea970

Please sign in to comment.