Skip to content

Commit

Permalink
Bump version to 1.5.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Sep 20, 2022
1 parent ca65583 commit 37aef0b
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": "Gives you the ability to quickly create and post memes via a /meme slash command.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-memes",
"support_url": "https://github.com/mattermost/mattermost-plugin-memes/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.4.0",
"version": "1.4.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.5.0",
"version": "1.5.0",
"min_server_version": "5.2.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: "memes",
Version: "1.4.0",
Version: "1.5.0",
}

0 comments on commit 37aef0b

Please sign in to comment.