Skip to content

Commit

Permalink
Bump version to 1.1.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrerich authored and crspeller committed Jan 23, 2020
1 parent de1640f commit 6a4691e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "com.github.manland.mattermost-plugin-gitlab",
"name": "GitLab",
"description": "GitLab plugin for Mattermost.",
"version": "1.0.1",
"version": "1.1.0",
"min_server_version": "5.10.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 @@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "com.github.manland.mattermost-plugin-gitlab",
Version: "1.0.1",
Version: "1.1.0",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated. Do not modify it manually.

export const id = 'com.github.manland.mattermost-plugin-gitlab';
export const version = '1.0.1';
export const version = '1.1.0';

0 comments on commit 6a4691e

Please sign in to comment.