Skip to content

Commit

Permalink
Bump version to v1.2.1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Aug 14, 2020
1 parent 50d8e37 commit 47f7eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatically rewrite text matching a regular expression into a Markdown link.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-autolink",
"support_url": "https://github.com/mattermost/mattermost-plugin-autolink/issues",
"version": "1.2.0",
"version": "1.2.1",
"min_server_version": "5.16.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "mattermost-autolink",
Version: "1.2.0",
Version: "1.2.1",
}

0 comments on commit 47f7eea

Please sign in to comment.