Skip to content

Commit

Permalink
Bumped version to 1.0.2 (#13)
Browse files Browse the repository at this point in the history
* Bumped version to 1.0.2

* PR feedback
  • Loading branch information
levb authored Oct 1, 2019
1 parent 4488179 commit 5e4909b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.mattermost.custom-attributes",
"name": "Custom User Attributes",
"description": "Add custom user attributes to the Mattermost user profile popover.",
"version": "1.0.1",
"version": "1.0.2",
"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.1",
Version: "1.0.2",
}
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.1';
export const version = '1.0.2';

0 comments on commit 5e4909b

Please sign in to comment.