Skip to content

Commit

Permalink
Release v1.0.1 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Apr 6, 2022
1 parent 557309d commit 9e0ed4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "This plugin powers the Mattermost Apps Framework and is required for any Apps to run",
"homepage_url": "https://mattermost.com/marketplace/app-framework",
"support_url": "https://github.com/mattermost/mattermost-plugin-apps/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v1.0.0",
"version": "1.0.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v1.0.1",
"version": "1.0.1",
"min_server_version": "6.6.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"linux-arm64": "server/dist/plugin-linux-arm64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"darwin-arm64": "server/dist/plugin-darwin-arm64",
"linux-amd64": "server/dist/plugin-linux-amd64",
"linux-arm64": "server/dist/plugin-linux-arm64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
},
"executable": ""
Expand Down

0 comments on commit 9e0ed4b

Please sign in to comment.