File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Automatically rewrite text matching a regular expression into a Markdown link." ,
5
5
"homepage_url" : " https://github.com/mattermost/mattermost-plugin-autolink" ,
6
6
"support_url" : " https://github.com/mattermost/mattermost-plugin-autolink/issues" ,
7
- "release_notes_url" : " https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.3 .0" ,
7
+ "release_notes_url" : " https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.4 .0" ,
8
8
"icon_path" : " assets/icon.svg" ,
9
- "version" : " 1.3 .0" ,
9
+ "version" : " 1.4 .0" ,
10
10
"min_server_version" : " 5.16.0" ,
11
11
"server" : {
12
12
"executables" : {
13
- "linux-amd64" : " server/dist/plugin-linux-amd64" ,
14
- "linux-arm64" : " server/dist/plugin-linux-arm64" ,
15
13
"darwin-amd64" : " server/dist/plugin-darwin-amd64" ,
16
14
"darwin-arm64" : " server/dist/plugin-darwin-arm64" ,
15
+ "linux-amd64" : " server/dist/plugin-linux-amd64" ,
16
+ "linux-arm64" : " server/dist/plugin-linux-arm64" ,
17
17
"windows-amd64" : " server/dist/plugin-windows-amd64.exe"
18
18
},
19
19
"executable" : " "
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ var manifest = struct {
7
7
Version string
8
8
}{
9
9
ID : "mattermost-autolink" ,
10
- Version : "1.3 .0" ,
10
+ Version : "1.4 .0" ,
11
11
}
You can’t perform that action at this time.
0 commit comments