Skip to content

Commit

Permalink
Bump up version to 2.0.0
Browse files Browse the repository at this point in the history
Following review suggestion, bump up major as the behaviour
(/gif&/gifs->/gif) is a notable change for the user.
  • Loading branch information
moussetc committed Oct 1, 2020
1 parent eee4def commit 9c1f892
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Mattermost plugin to post GIFs from **Gfycat, Giphy or Tenor** with slash comm

## Usage

### Plugin v1.4.0 & higher
### Plugin v2.0.0 & higher
Use the command `/gif "<keywords>" "<custom caption>"` to search for a GIF and shuffle through GIFs until you find one you like.

Example with `/gif "waving cat" "Hello !"` :
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "com.github.moussetc.mattermost.plugin.giphy",
"name": "GIF commands",
"description": "Add GIF slash commands from Giphy, Gfycat or Tenor",
"version": "1.4.0",
"version": "2.0.0",
"min_server_version": "5.20.0",
"homepage_url": "https://github.com/moussetc/mattermost-plugin-giphy/",
"support_url": "https://github.com/moussetc/mattermost-plugin-giphy/issues",
"release_notes_url": "https://github.com/moussetc/mattermost-plugin-giphy/releases/tag/v1.4.0",
"release_notes_url": "https://github.com/moussetc/mattermost-plugin-giphy/releases/tag/v2.0.0",
"icon_path": "assets/icon.svg",
"server": {
"executables": {
Expand Down
4 changes: 2 additions & 2 deletions server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const manifestStr = `
"description": "Add GIF slash commands from Giphy, Gfycat or Tenor",
"homepage_url": "https://github.com/moussetc/mattermost-plugin-giphy/",
"support_url": "https://github.com/moussetc/mattermost-plugin-giphy/issues",
"release_notes_url": "https://github.com/moussetc/mattermost-plugin-giphy/releases/tag/v1.4.0",
"release_notes_url": "https://github.com/moussetc/mattermost-plugin-giphy/releases/tag/v2.0.0",
"icon_path": "assets/icon.svg",
"version": "1.4.0",
"version": "2.0.0",
"min_server_version": "5.20.0",
"server": {
"executables": {
Expand Down

0 comments on commit 9c1f892

Please sign in to comment.