Skip to content

Commit 4636c45

Browse files
committed
Tag the 0.1.346 release.
1 parent 86fb3ea commit 4636c45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ In a browser or Adobe AIR:
1414

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

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

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

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

2323
--enable-benchmarking
2424

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@
16821682
* @member Benchmark
16831683
* @type String
16841684
*/
1685-
'version': '0.1.345',
1685+
'version': '0.1.346',
16861686

16871687
// generic Array#forEach
16881688
'each': each,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark",
3-
"version": "0.1.345",
3+
"version": "0.1.346",
44
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
55
"homepage": "http://benchmarkjs.com/",
66
"main": "benchmark",

0 commit comments

Comments
 (0)