Release v1.4.0 (#43)

merge-requests/1/head v1.4.0
Ben Schumacher 2021-01-13 14:59:50 +01:00 committed by GitHub
parent 8d6344b3fa
commit 1b78ce78dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -4,17 +4,20 @@
"description": "Gives you the ability to quickly create and post memes via a /meme slash command.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-memes",
"support_url": "https://github.com/mattermost/mattermost-plugin-memes/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.3.0",
"version": "1.3.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.4.0",
"version": "1.4.0",
"min_server_version": "5.2.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
}
},
"executable": ""
},
"settings_schema": {
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes)."
"header": "",
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes).",
"settings": null
}
}

View File

@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "memes",
Version: "1.3.0",
Version: "1.4.0",
}