Skip to content

Commit d137e59

Browse files
committed
Bump version to 1.2.2
1 parent 0aaa48e commit d137e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Automatically rewrite text matching a regular expression into a Markdown link.",
55
"homepage_url": "https://github.com/mattermost/mattermost-plugin-autolink",
66
"support_url": "https://github.com/mattermost/mattermost-plugin-autolink/issues",
7-
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.2.1",
8-
"version": "1.2.1",
7+
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.2.2",
8+
"version": "1.2.2",
99
"min_server_version": "5.16.0",
1010
"server": {
1111
"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: "mattermost-autolink",
10-
Version: "1.2.1",
10+
Version: "1.2.2",
1111
}

0 commit comments

Comments
 (0)