From 749bcced88c02d72f396ca7f8d46cb4c6260354d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl?= Date: Mon, 5 Oct 2020 02:25:43 +0200 Subject: [PATCH] Release v1.0.0 (#48) --- plugin.json | 2 +- server/plugin/manifest.go | 2 +- server/store/.gitkeep | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 server/store/.gitkeep diff --git a/plugin.json b/plugin.json index ca6bc67..28e4b40 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.github.nathanaelhoun.plugin-circleci", "name": "CircleCI", "description": "Interact with CircleCI workflows, jobs and builds with slash commands", - "version": "0.1.0", + "version": "1.0.0", "min_server_version": "5.12.0", "homepage_url": "https://github.com/nathanaelhoun/mattermost-plugin-circleci/blob/master/README.md", "support_url": "https://github.com/nathanaelhoun/mattermost-plugin-circleci/issues", diff --git a/server/plugin/manifest.go b/server/plugin/manifest.go index 35b64c5..7b1bd3e 100644 --- a/server/plugin/manifest.go +++ b/server/plugin/manifest.go @@ -19,7 +19,7 @@ const manifestStr = ` "support_url": "https://github.com/nathanaelhoun/mattermost-plugin-circleci/issues", "release_notes_url": "https://github.com/nathanaelhoun/mattermost-plugin-circleci/releases", "icon_path": "public/circleci.png", - "version": "0.1.0", + "version": "1.0.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/store/.gitkeep b/server/store/.gitkeep deleted file mode 100644 index e69de29..0000000