From 6a4691e095ea7eb5726e06e3eeb433a8db7b190a Mon Sep 17 00:00:00 2001 From: Jason Frerich Date: Thu, 23 Jan 2020 16:15:42 -0600 Subject: [PATCH] Bump version to 1.1.0 (#131) --- plugin.json | 2 +- server/manifest.go | 2 +- webapp/src/manifest.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index a322283b..b694a907 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.github.manland.mattermost-plugin-gitlab", "name": "GitLab", "description": "GitLab plugin for Mattermost.", - "version": "1.0.1", + "version": "1.1.0", "min_server_version": "5.10.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 8e7dc5fc..8a3753c0 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "com.github.manland.mattermost-plugin-gitlab", - Version: "1.0.1", + Version: "1.1.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 85429786..a4ed8d88 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,4 +1,4 @@ // This file is automatically generated. Do not modify it manually. export const id = 'com.github.manland.mattermost-plugin-gitlab'; -export const version = '1.0.1'; +export const version = '1.1.0';