Skip to content

Commit fd35ae4

Browse files
authored
Bump version to 1.3.0 (#48)
1 parent ee74269 commit fd35ae4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": {

server/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

webapp/src/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This file is automatically generated. Do not modify it manually.
22

33
export const id = 'com.mattermost.custom-attributes';
4-
export const version = '1.2.0';
4+
export const version = '1.3.0';

0 commit comments

Comments
 (0)