Skip to content

Commit 6cae353

Browse files
committed
Tag the 0.2.1 release.
1 parent 119abf6 commit 6cae353

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
@@ -1724,7 +1724,7 @@
17241724
* @member Benchmark
17251725
* @type String
17261726
*/
1727-
'version': '0.2.0',
1727+
'version': '0.2.1',
17281728

17291729
/**
17301730
* The default options object copied by instances.

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.2.0",
3+
"version": "0.2.1",
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)