Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Richardson committed Feb 7, 2017
1 parent 7008747 commit 1579a4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# angular2-hotkeys
Angular 2.2.x Compatible
Angular 2.4.x Compatible
## Installation

To install this library, run:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-hotkeys",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
Expand Down Expand Up @@ -33,11 +33,11 @@
"mousetrap": "^1.6.0"
},
"devDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/platform-server": "^2.4.2",
"@angular/core": "^2.4.6",
"@angular/common": "^2.4.6",
"@angular/compiler": "^2.4.6",
"@angular/compiler-cli": "^2.4.6",
"@angular/platform-server": "^2.4.6",
"codelyzer": "^0.0.28",
"rxjs": "^5.0.1",
"tslint": "^3.15.1",
Expand Down

0 comments on commit 1579a4b

Please sign in to comment.