Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 14, 2018
1 parent bb5d2b3 commit d96afc5
Show file tree
Hide file tree
Showing 4 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,6 +1,6 @@
{
"lerna": "2.8.0",
"version": "0.3.4",
"version": "0.4.0",
"npmClient": "yarn",
"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": "0.3.4",
"version": "0.4.0",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"repository": "lukeed/polka",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/send-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polka/send-type",
"version": "0.3.4",
"version": "0.4.0",
"description": "A response helper that detects & handles Content-Types",
"repository": "lukeed/polka",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polka/send",
"version": "0.3.4",
"version": "0.4.0",
"description": "An extremely simple response helper",
"repository": "lukeed/polka",
"license": "MIT",
Expand Down

0 comments on commit d96afc5

Please sign in to comment.