Skip to content

Commit

Permalink
Tag the 0.1.346 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Mar 1, 2011
1 parent 86fb3ea commit 4636c45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ In a browser or Adobe AIR:

<script src="benchmark.js"></script>

Optionally, expose Java's nanosecond timer by adding the "nano" applet to the `<body>`:
Optionally, expose Javas nanosecond timer by adding the `nano` applet to the `<body>`:

<applet code="nano" archive="nano.jar"></applet>

Or enable Chrome's microsecond timer by using the [command line switch](http://peter.sh/experiments/chromium-command-line-switches/#enable-benchmarking):
Or enable Chromes microsecond timer by using the [command line switch](http://peter.sh/experiments/chromium-command-line-switches/#enable-benchmarking):

--enable-benchmarking

Expand Down
2 changes: 1 addition & 1 deletion benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@
* @member Benchmark
* @type String
*/
'version': '0.1.345',
'version': '0.1.346',

// generic Array#forEach
'each': each,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "0.1.345",
"version": "0.1.346",
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
"homepage": "http://benchmarkjs.com/",
"main": "benchmark",
Expand Down

0 comments on commit 4636c45

Please sign in to comment.