Skip to content

Commit

Permalink
Bump version to 1.2.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: mattermod <[email protected]>
  • Loading branch information
jfrerich and mattermod committed May 29, 2020
1 parent 2eca954 commit ebc5f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This plugin adds a WelcomeBot that helps add new users to channels.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-welcomebot",
"support_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/issues",
"version": "1.1.1",
"version": "1.2.0",
"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.welcomebot",
Version: "1.1.1",
Version: "1.2.0",
}

0 comments on commit ebc5f0d

Please sign in to comment.