Skip to content

Commit

Permalink
Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Jun 5, 2019
1 parent 7374bfa commit ffad61a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "github",
"name": "GitHub",
"description": "GitHub plugin for Mattermost.",
"version": "0.10.0",
"version": "0.10.1",
"min_server_version": "5.12.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "github",
Version: "0.10.0",
Version: "0.10.1",
}
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github",
"version": "0.9.1",
"version": "0.10.1",
"description": "Github plugin for Mattermost",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'github';
export const version = '0.10.0';
export const version = '0.10.1';

0 comments on commit ffad61a

Please sign in to comment.