We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d8e37 commit 47f7eeaCopy full SHA for 47f7eea
plugin.json
@@ -4,7 +4,7 @@
4
"description": "Automatically rewrite text matching a regular expression into a Markdown link.",
5
"homepage_url": "https://github.com/mattermost/mattermost-plugin-autolink",
6
"support_url": "https://github.com/mattermost/mattermost-plugin-autolink/issues",
7
- "version": "1.2.0",
+ "version": "1.2.1",
8
"min_server_version": "5.16.0",
9
"server": {
10
"executables": {
server/manifest.go
@@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "mattermost-autolink",
- Version: "1.2.0",
+ Version: "1.2.1",
11
}
0 commit comments