Skip to content

Commit ea82adc

Browse files
committed
0.0.8
1 parent 2895bdf commit ea82adc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodebb-plugin-shoutbox",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "NodeBB Shoutbox Plugin",
55
"main": "library.js",
66
"scripts": {

plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"id": "nodebb-plugin-shoutbox",
33
"name": "Shoutbox",
44
"description": "NodeBB Plugin Shoutbox",
5-
"minver": "0.3",
6-
"url": "https://github.com/BitBangersCode/nodebb-plugin-shoutbox",
5+
"url": "https://github.com/MrWaffle/nodebb-plugin-shoutbox",
76
"library": "./library.js",
87
"hooks": [
98
{ "hook": "filter:admin.header.build", "method": "init.admin.addNavigation", "callbacked": false },

0 commit comments

Comments
 (0)