Skip to content

Commit

Permalink
Bump manifest version to 0.1.30 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattermost Build <[email protected]>
  • Loading branch information
nickmisasi and mattermost-build authored Jul 27, 2023
1 parent 631b60d commit 8693f54
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.29",
"version": "0.1.30",
"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.29",
Version: "0.1.30",
}
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.29';
export const version = '0.1.30';

0 comments on commit 8693f54

Please sign in to comment.