Skip to content

Commit

Permalink
Bump version to 1.3.0 (#105)
Browse files Browse the repository at this point in the history
* Bump version to 1.3.0

* make apply
  • Loading branch information
mickmister authored May 2, 2023
1 parent 90e8df9 commit 98fd324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"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",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/releases/tag/v1.2.0",
"version": "1.2.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/releases/tag/v1.3.0",
"version": "1.3.0",
"min_server_version": "5.37.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.mattermost.welcomebot",
Version: "1.2.0",
Version: "1.3.0",
}

0 comments on commit 98fd324

Please sign in to comment.