File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "description" : " Add custom user attributes to the Mattermost user profile popover." ,
55 "homepage_url" : " https://github.com/mattermost/mattermost-plugin-custom-attributes" ,
66 "support_url" : " https://github.com/mattermost/mattermost-plugin-custom-attributes/issues" ,
7- "version" : " 1.2 .0" ,
7+ "version" : " 1.3 .0" ,
88 "min_server_version" : " 5.20.0" ,
99 "server" : {
1010 "executables" : {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ var manifest = struct {
77 Version string
88}{
99 ID : "com.mattermost.custom-attributes" ,
10- Version : "1.2 .0" ,
10+ Version : "1.3 .0" ,
1111}
Original file line number Diff line number Diff line change 11// This file is automatically generated. Do not modify it manually.
22
33export const id = 'com.mattermost.custom-attributes' ;
4- export const version = '1.2 .0' ;
4+ export const version = '1.3 .0' ;
You can’t perform that action at this time.
0 commit comments