Skip to content

Commit 482c9d0

Browse files
authored
Bump version to 1.2.0 (#101)
* Bump version to 1.1.3 * Bump version to 1.2.0
1 parent 0bce64c commit 482c9d0

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.1.2",
7+
"version": "1.2.0",
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
@@ -5,5 +5,5 @@ var manifest = struct {
55
Version string
66
}{
77
Id: "mattermost-autolink",
8-
Version: "1.1.2",
8+
Version: "1.2.0",
99
}

0 commit comments

Comments
 (0)