File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Add custom user attributes to the Mattermost user profile popover." ,
5
5
"homepage_url" : " https://github.com/mattermost/mattermost-plugin-custom-attributes" ,
6
6
"support_url" : " https://github.com/mattermost/mattermost-plugin-custom-attributes/issues" ,
7
- "version" : " 1.2 .0" ,
7
+ "version" : " 1.3 .0" ,
8
8
"min_server_version" : " 5.20.0" ,
9
9
"server" : {
10
10
"executables" : {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ var manifest = struct {
7
7
Version string
8
8
}{
9
9
ID : "com.mattermost.custom-attributes" ,
10
- Version : "1.2 .0" ,
10
+ Version : "1.3 .0" ,
11
11
}
Original file line number Diff line number Diff line change 1
1
// This file is automatically generated. Do not modify it manually.
2
2
3
3
export 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