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",