From c99ac137ee1cb2b6ec0f34cfb683b2c08811b562 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 4 Aug 2019 14:41:04 +0100 Subject: [PATCH] upped the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a62362f..0e0b832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-events", - "version": "0.5.0", + "version": "0.5.1", "description": "Strongly-typed generic events in TypeScript.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",