From 87ec9118fbddcd41c87cc0fbeb59da1914fb79ff Mon Sep 17 00:00:00 2001 From: Gillian Perard Date: Sun, 21 Apr 2019 10:12:07 +0200 Subject: [PATCH] Update version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47ba3c0..5423e0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-json-serializer", - "version": "1.0.8", + "version": "1.0.9", "description": "Typescript library to serialize classes into json and deserialize json into classes.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -48,4 +48,4 @@ "tslint": "^5.15.0", "typescript": "^3.4.3" } -} +} \ No newline at end of file