Skip to content

Commit

Permalink
Release v1.0.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelhoun authored Oct 5, 2020
1 parent 64fedfa commit 749bcce
Show file tree
Hide file tree
Showing 3 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": "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",
Expand Down
2 changes: 1 addition & 1 deletion server/plugin/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Empty file removed server/store/.gitkeep
Empty file.

0 comments on commit 749bcce

Please sign in to comment.