Skip to content

Commit

Permalink
v1.0.0-next.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 6, 2020
1 parent 7c681cc commit a5b3fc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.9",
"version": "1.0.0-next.10",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.7",
"version": "1.0.0-next.10",
"name": "@polka/cluster",
"repository": "lukeed/polka",
"description": "Intialize and run a HTTP cluster",
Expand Down
2 changes: 1 addition & 1 deletion packages/polka/package.json
@@ -1,6 +1,6 @@
{
"name": "polka",
"version": "1.0.0-next.9",
"version": "1.0.0-next.10",
"repository": "lukeed/polka",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"module": "build.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/uws/package.json
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.0-next.9",
"version": "1.0.0-next.10",
"name": "@polka/uws",
"repository": "lukeed/polka",
"description": "WIP",
Expand All @@ -16,7 +16,7 @@
"url": "https://lukeed.com"
},
"dependencies": {
"polka": "^1.0.0-next.9",
"polka": "^1.0.0-next.10",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v15.5.0"
},
"publishConfig": {
Expand Down

0 comments on commit a5b3fc4

Please sign in to comment.