Skip to content

Commit

Permalink
circle-ci update; version bump (#10)
Browse files Browse the repository at this point in the history
* circle-ci update; version bump

* fix for an oops

* coverage -> test
  • Loading branch information
cpoile authored and crspeller committed Aug 14, 2019
1 parent 0af93c6 commit 0bac579
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ orbs:
plugin-ci: mattermost/plugin-ci@volatile

workflows:
ci-build:
version: 2
ci:
jobs:
- plugin-ci/lint:
filters:
Expand Down
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.mattermost.custom-attributes",
"name": "Custom User Attributes",
"description": "Add custom user attributes to the Mattermost user profile popover.",
"version": "1.0.0",
"version": "1.0.1",
"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: "com.mattermost.custom-attributes",
Version: "1.0.0",
Version: "1.0.1",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'com.mattermost.custom-attributes';
export const version = '1.0.0';
export const version = '1.0.1';

0 comments on commit 0bac579

Please sign in to comment.