Skip to content

Commit

Permalink
Bump version to 1.0.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored and jwilander committed Dec 17, 2018
1 parent 5d4c845 commit 580a1b5
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 @@ -2,7 +2,7 @@
"id": "jira",
"name": "Jira",
"description": "Receives webhook events from JIRA and makes Mattermost posts for them.",
"version": "1.0.2",
"version": "1.0.3",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
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: "1.0.2",
Version: "1.0.3",
}

0 comments on commit 580a1b5

Please sign in to comment.