Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Aug 4, 2018
1 parent 3c1ab0a commit 5e2169a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.8"
"version": "0.0.9"
}
4 changes: 2 additions & 2 deletions packages/websub-hub-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websub-hub-cli",
"version": "0.0.8",
"version": "0.0.9",
"description": "CLI for the WebSub Hub Server",
"main": "cli.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"node": ">=8"
},
"devDependencies": {
"websub-hub": "^0.0.8"
"websub-hub": "^0.0.9"
},
"dependencies": {
"minimist": "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/websub-hub-publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websub-hub-publisher",
"version": "0.0.8",
"version": "0.0.9",
"description": "WebSub Hub publisher for NodeJs",
"main": "./index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/websub-hub-subscriber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websub-hub-subscriber",
"version": "0.0.8",
"version": "0.0.9",
"description": "WebSub Hub subscriber for NodeJs",
"main": "./index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/websub-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websub-hub",
"version": "0.0.8",
"version": "0.0.9",
"description": "WebSub Hub Server for NodeJs",
"main": "./index.js",
"repository": {
Expand Down

0 comments on commit 5e2169a

Please sign in to comment.