Skip to content

Commit

Permalink
prepare for release cut. bumping the version to 0.1.15 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Tadeu Panato Junior committed Jul 15, 2020
1 parent 9b5bdb3 commit 25b49bd
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.mattermost.cloud",
"name": "Mattermost Private Cloud",
"description": "This plugin allows spinning up and down Mattermost installations using Mattermost Private Cloud.",
"version": "0.1.14",
"version": "0.1.15",
"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: "com.mattermost.cloud",
Version: "0.1.14",
Version: "0.1.15",
}
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 = 'com.mattermost.cloud';
export const version = '0.1.14';
export const version = '0.1.15';

0 comments on commit 25b49bd

Please sign in to comment.