Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.4.5 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Sep 16, 2021
1 parent 39d6b97 commit f45aa27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"id": "com.github.scottleedavis.mattermost-plugin-remind",
"name": "Remind Bot",
"description": "Sets Reminders for users and channels",
"version": "0.4.4",
"version": "0.4.5",
"min_server_version": "5.14.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": {
"header": "",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit f45aa27

Please sign in to comment.