We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d6b97 commit f45aa27Copy full SHA for f45aa27
plugin.json
@@ -2,14 +2,15 @@
2
"id": "com.github.scottleedavis.mattermost-plugin-remind",
3
"name": "Remind Bot",
4
"description": "Sets Reminders for users and channels",
5
- "version": "0.4.4",
+ "version": "0.4.5",
6
"min_server_version": "5.14.0",
7
"server": {
8
"executables": {
9
"linux-amd64": "server/dist/plugin-linux-amd64",
10
"darwin-amd64": "server/dist/plugin-darwin-amd64",
11
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
12
- }
+ },
13
+ "executable": ""
14
},
15
"settings_schema": {
16
"header": "",
server/manifest.go
@@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "com.github.scottleedavis.mattermost-plugin-remind",
- Version: "0.4.4",
+ Version: "0.4.5",
}
0 commit comments