From dcb0f168d18a3b6d9164ae56b27bb95bcc2955a0 Mon Sep 17 00:00:00 2001 From: WittBulter Date: Wed, 3 Jul 2019 09:29:42 +0800 Subject: [PATCH] 2.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee0bd4e..92ba8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-ts", - "version": "2.0.0", + "version": "2.0.1", "description": "the best practice of building Koa2 with TypeScript", "main": "app.ts", "scripts": { @@ -52,4 +52,4 @@ "typedi": "^0.8.0", "typeorm": "^0.2.13" } -} +} \ No newline at end of file