Skip to content

Commit 240b5d5

Browse files
committed
Version bump to 1.0.0
1 parent 33745e4 commit 240b5d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "com.mattermost.custom-attributes",
33
"name": "Custom User Attributes",
44
"description": "Add custom user attributes to the Mattermost user profile popover.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"server": {
77
"executables": {
88
"linux-amd64": "server/dist/plugin-linux-amd64",

server/manifest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ var manifest = struct {
55
Version string
66
}{
77
Id: "com.mattermost.custom-attributes",
8-
Version: "0.0.1",
8+
Version: "1.0.0",
99
}

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webapp",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
55
"main": "src/index.js",
66
"scripts": {

webapp/src/manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const id = 'com.mattermost.custom-attributes';
2-
export const version = '0.0.1';
2+
export const version = '1.0.0';

0 commit comments

Comments
 (0)