Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
manojmalik20 committed Oct 6, 2022
1 parent f4bc880 commit c3c6a02
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": "1.1.2",
"version": "1.1.3",
"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: "1.1.2",
Version: "1.1.3",
}

0 comments on commit c3c6a02

Please sign in to comment.