diff --git a/plugins.json b/plugins.json index 1148881..458449b 100644 --- a/plugins.json +++ b/plugins.json @@ -1,5 +1,18 @@ [ { + "id": "notifications", + "name": "Notifications Plugin", + "description": "Provides notifications feature on GitBucket.", + "versions": [ + { + "version": "1.0.0", + "range": ">=4.15.0", + "file": "gitbucket-notifications-plugin_2.12-1.0.0.jar" + } + ], + "default": true + }, + { "id": "emoji", "name": "Emoji Plugin", "description": "Provides Emoji support for GitBucket.", @@ -18,11 +31,11 @@ "description": "Provides Gist feature on GitBucket.", "versions": [ { - "version": "4.9.1", - "range": ">=4.14.0", - "file": "gitbucket-gist-plugin_2.12-4.9.1.jar" + "version": "4.10.0", + "range": ">=4.15.0", + "file": "gitbucket-gist-plugin_2.12-4.10.0.jar" } ], - "default": false + "default": true } ]