Skip to content

Commit

Permalink
Bump the version to 0.1.1 and edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerthehacker committed Nov 8, 2017
1 parent 71151c4 commit fa521a9
Show file tree
Hide file tree
Showing 2 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 @@ -31,7 +31,7 @@ import { NgFlashMessagesModule } from 'ng-flash-messages';
BrowserModule,

// Specify the library as an import
NgFlashMessagesModule
NgFlashMessagesModule.forRoot()
],
providers: [],
bootstrap: [AppComponent]
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-flash-messages",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/ameerthehacker/ng-flash-messages.git"
Expand All @@ -23,7 +23,7 @@
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/animations": "^4.0.0",
"@angular/animations": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
}
Expand Down

0 comments on commit fa521a9

Please sign in to comment.