From 262df99adc731834ede5fe768eda931166095385 Mon Sep 17 00:00:00 2001 From: Danko Lucic Date: Mon, 4 May 2020 01:32:06 +0200 Subject: [PATCH] 3.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0872fdd..7439c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "argus-test-runner", - "version": "2.0.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e95dd7..f590b28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "argus-test-runner", - "version": "2.0.2", + "version": "3.0.0", "description": "Watches for changes in your source and test files and executes automatic tests", "main": "index.js", "author": "Danko Lučić",