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 0d80f19 commit 9930bf3Copy full SHA for 9930bf3
plugin.json
@@ -2,7 +2,7 @@
2
"id": "mattermost-autolink",
3
"name": "Autolink",
4
"description": "Automatically rewrite text matching a regular expression into a Markdown link.",
5
- "version": "1.0.0",
+ "version": "1.0.1",
6
"server": {
7
"executables": {
8
"linux-amd64": "server/dist/plugin-linux-amd64",
server/manifest.go
@@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "mattermost-autolink",
- Version: "1.0.0",
+ Version: "1.0.1",
9
}
0 commit comments