From 9387cbef90012a1be1caf33b338966df9285e392 Mon Sep 17 00:00:00 2001 From: Simon de Lang Date: Fri, 8 Apr 2016 08:40:03 +0200 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fa7bcf2b9..8a1c424cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stryker", - "version": "0.1.0", + "version": "0.2.0", "description": "The extendable JavaScript mutation testing framework", "main": "dist/src/Stryker.js", "typings": "dist/src/Stryker.d.ts",