From 580a1b531af6d4b1b5a0df54504a234dd4b1e90e Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Mon, 17 Dec 2018 21:04:52 +0100 Subject: [PATCH] Bump version to 1.0.3 (#12) --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index aa9139ed..38f4b057 100644 --- a/plugin.json +++ b/plugin.json @@ -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", diff --git a/server/manifest.go b/server/manifest.go index 29864ed2..02066316 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "jira", - Version: "1.0.2", + Version: "1.0.3", }