File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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- "release_notes_url" : " https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.2.1 " ,
8- "version" : " 1.2.1 " ,
7+ "release_notes_url" : " https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.2.2 " ,
8+ "version" : " 1.2.2 " ,
99 "min_server_version" : " 5.16.0" ,
1010 "server" : {
1111 "executables" : {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ var manifest = struct {
77 Version string
88}{
99 ID : "mattermost-autolink" ,
10- Version : "1.2.1 " ,
10+ Version : "1.2.2 " ,
1111}
You can’t perform that action at this time.
0 commit comments