Skip to content

Commit 47f7eea

Browse files
authored
Bump version to v1.2.1 (#125)
1 parent 50d8e37 commit 47f7eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"min_server_version": "5.16.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: "mattermost-autolink",
10-
Version: "1.2.0",
10+
Version: "1.2.1",
1111
}

0 commit comments

Comments
 (0)