We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ff441 commit cb90eeaCopy full SHA for cb90eea
plugin.json
@@ -2,7 +2,7 @@
2
"id": "com.mattermost.community",
3
"name": "Community",
4
"description": "This plugin lists GitHub contributors.",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"min_server_version": "5.12.0",
7
"server": {
8
"executables": {
server/manifest.go
@@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.mattermost.community",
- Version: "0.1.1",
+ Version: "0.1.2",
9
}
0 commit comments