Skip to content

Commit

Permalink
Bump version to v1.2.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: mattermod <[email protected]>
  • Loading branch information
jfrerich and mattermod authored Mar 23, 2020
1 parent a36ac72 commit e51b382
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 @@ -4,7 +4,7 @@
"description": "Add custom user attributes to the Mattermost user profile popover.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-custom-attributes",
"support_url": "https://github.com/mattermost/mattermost-plugin-custom-attributes/issues",
"version": "1.1.0",
"version": "1.2.0",
"min_server_version": "5.20.0",
"server": {
"executables": {
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.1.0",
Version: "1.2.0",
}
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.1.0';
export const version = '1.2.0';

0 comments on commit e51b382

Please sign in to comment.