Skip to content

Commit f45aa27

Browse files
authored
Bump version to 0.4.5 (scottleedavis#206)
1 parent 39d6b97 commit f45aa27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plugin.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"id": "com.github.scottleedavis.mattermost-plugin-remind",
33
"name": "Remind Bot",
44
"description": "Sets Reminders for users and channels",
5-
"version": "0.4.4",
5+
"version": "0.4.5",
66
"min_server_version": "5.14.0",
77
"server": {
88
"executables": {
99
"linux-amd64": "server/dist/plugin-linux-amd64",
1010
"darwin-amd64": "server/dist/plugin-darwin-amd64",
1111
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
12-
}
12+
},
13+
"executable": ""
1314
},
1415
"settings_schema": {
1516
"header": "",

server/manifest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ var manifest = struct {
77
Version string
88
}{
99
ID: "com.github.scottleedavis.mattermost-plugin-remind",
10-
Version: "0.4.4",
10+
Version: "0.4.5",
1111
}

0 commit comments

Comments
 (0)