Skip to content

Commit

Permalink
v1.0.0-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 23, 2019
1 parent f29eadc commit bb91871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/polka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polka",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"repository": "lukeed/polka",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"module": "index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/uws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"name": "@polka/uws",
"repository": "lukeed/polka",
"description": "WIP",
Expand All @@ -14,7 +14,7 @@
"url": "https://lukeed.com"
},
"dependencies": {
"polka": "^1.0.0-next.3",
"polka": "^1.0.0-next.4",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v15.5.0"
},
"publishConfig": {
Expand Down

0 comments on commit bb91871

Please sign in to comment.