Skip to content

Commit 642de68

Browse files
committed
Tag the 0.1.348 release.
1 parent ba844a1 commit 642de68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@
17261726
* @member Benchmark
17271727
* @type String
17281728
*/
1729-
'version': '0.1.347',
1729+
'version': '0.1.348',
17301730

17311731
// generic Array#forEach
17321732
'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.347",
3+
"version": "0.1.348",
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)