From 260e8a85a111590b1a5bc2caa3a9b57a9441716b Mon Sep 17 00:00:00 2001 From: WittBulter Date: Wed, 5 Jun 2019 16:22:24 +0800 Subject: [PATCH] 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 596128c..61060b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa2-typescript-guide", - "version": "0.6.1", + "version": "1.0.0", "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