From 0217b4e18298bfdc959fbe8260eefeeecdb3167e Mon Sep 17 00:00:00 2001 From: NagRock Date: Tue, 17 Oct 2017 10:06:02 +0200 Subject: [PATCH] Version bumped to 2.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbfe202..9a9bf30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-mockito", - "version": "2.2.4", + "version": "2.2.5", "description": "Mocking library for TypeScript", "main": "lib/ts-mockito.js", "typings": "lib/ts-mockito",