Skip to content

Commit

Permalink
beta.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed May 17, 2016
1 parent 051380a commit 459a0a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ InversifyJS has been developed with 3 main goals:

You can get the latest release and the type definitions using npm:
```sh
npm install inversify@2.0.0-beta.3 --save
npm install inversify@2.0.0-beta.4 --save
```
> **Note**: We have decided to [drop support for bower](https://twitter.com/nachocoloma/status/663622545162280960) and tsd.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "A lightweight IoC container written in TypeScript.",
"main": "lib/inversify.js",
"jsnext:main": "es/inversify.js",
Expand Down
2 changes: 1 addition & 1 deletion type_definitions/inversify/inversify.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for inversify 2.0.0-beta.3
// Type definitions for inversify 2.0.0-beta.4
// Project: https://github.com/inversify/InversifyJS
// Definitions by: inversify <https://github.com/inversify>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down

0 comments on commit 459a0a8

Please sign in to comment.