From b2d95c2259cc702af50cbc083b1d29233724c3d3 Mon Sep 17 00:00:00 2001 From: remojansen Date: Sun, 11 Sep 2016 09:10:33 +0100 Subject: [PATCH] 2.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5dcccb34..9be19a031 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ InversifyJS has been developed with 4 main goals: You can get the latest release and the type definitions using npm: ``` -npm install inversify@2.0.0-rc.14 reflect-metadata --save +npm install inversify reflect-metadata --save ``` The InversifyJS type definitions are included in the inversify npm package. diff --git a/package.json b/package.json index 98c1bc792..2dc95c1bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify", - "version": "2.0.0-rc.14", + "version": "2.0.0", "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.", "main": "lib/inversify.js", "jsnext:main": "es/inversify.js",