File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"id" : " com.mattermost.custom-attributes" ,
3
3
"name" : " Custom User Attributes" ,
4
4
"description" : " Add custom user attributes to the Mattermost user profile popover." ,
5
- "version" : " 0 .0.1 " ,
5
+ "version" : " 1 .0.0 " ,
6
6
"server" : {
7
7
"executables" : {
8
8
"linux-amd64" : " server/dist/plugin-linux-amd64" ,
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ var manifest = struct {
5
5
Version string
6
6
}{
7
7
Id : "com.mattermost.custom-attributes" ,
8
- Version : "0 .0.1 " ,
8
+ Version : "1 .0.0 " ,
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webapp" ,
3
- "version" : " 0 .0.1 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " This plugin serves as a starting point for writing a Mattermost plugin." ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
export const id = 'com.mattermost.custom-attributes' ;
2
- export const version = '0 .0.1 ' ;
2
+ export const version = '1 .0.0 ' ;
You can’t perform that action at this time.
0 commit comments