Skip to content

Commit

Permalink
Release v1.0.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Oct 9, 2020
1 parent 21379af commit 20cab50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"id": "mattermost-profanity-filter",
"name": "Profanity Filter",
"description": "For filtering out naughty words.",
"version": "0.1.1",
"description": "Censor out profanity from user messages in real-time based on a list of words.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-profanity-filter",
"support_url": "https://github.com/mattermost/mattermost-plugin-profanity-filter/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-profanity-filter/releases/tag/v1.0.0",
"version": "1.0.0",
"min_server_version": "5.2.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
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: "mattermost-profanity-filter",
Version: "0.1.1",
Version: "1.0.0",
}

0 comments on commit 20cab50

Please sign in to comment.