From 8fa6c4a7f0c55f5406fb5533753ae16148765608 Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Mon, 16 Oct 2017 09:32:35 +0200 Subject: [PATCH] Version 0.2.0 Computation of the final geometric mean changed significantly. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 912d2f16..fc760182 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-tooling-benchmark", "description": "JavaScript Benchmark for common Web Developer workloads", - "version": "0.1.0", + "version": "0.2.0", "repository": "https://github.com/bmeurer/web-tooling-benchmark", "main": "src/cli.js", "scripts": {