Skip to content

Commit

Permalink
[MI-2301] Bump plugin version to 2.1.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
manojmalik20 authored Oct 27, 2022
1 parent 1d6d3e0 commit 9cc5f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Servicenow Plugin",
"description": "This plugin serves as an integration between Mattermost and ServiceNow.",
"icon_path": "assets/starter-template-icon.svg",
"version": "2.0.0",
"version": "2.1.0",
"min_server_version": "5.37.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 @@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "mattermost-plugin-servicenow",
Version: "2.0.0",
Version: "2.1.0",
}

0 comments on commit 9cc5f09

Please sign in to comment.