Skip to content

Commit 9930bf3

Browse files
authored
Bump version (#70)
1 parent 0d80f19 commit 9930bf3

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
@@ -2,7 +2,7 @@
22
"id": "mattermost-autolink",
33
"name": "Autolink",
44
"description": "Automatically rewrite text matching a regular expression into a Markdown link.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"server": {
77
"executables": {
88
"linux-amd64": "server/dist/plugin-linux-amd64",

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.0.0",
8+
Version: "1.0.1",
99
}

0 commit comments

Comments
 (0)