Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 5, 2018
1 parent 7e222cc commit d9abe27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ i.e. like this:

```
$ node dist/cli.js
Running Web Tooling Benchmark v0.5.0
Running Web Tooling Benchmark v0.5.1
-------------------------------------
acorn: 6.94 runs/s
babel: 7.45 runs/s
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-tooling-benchmark",
"description": "JavaScript benchmark for common web developer workloads",
"version": "0.5.0",
"version": "0.5.1",
"repository": "https://github.com/v8/web-tooling-benchmark",
"main": "src/cli.js",
"scripts": {
Expand Down

0 comments on commit d9abe27

Please sign in to comment.