Skip to content

Commit

Permalink
Update version number (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbert authored Feb 20, 2018
1 parent 111288e commit de16433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ang-bell-app",
"version": "0.0.11",
"version": "0.0.12",
"license": "AGPL-3.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ import { environment } from '../environments/environment';
providers: [
CouchService, AuthService, UserService, ValidatorService, PlanetMessageService
],
bootstrap: [AppComponent]
bootstrap: [ AppComponent ]
})
export class AppModule {}

0 comments on commit de16433

Please sign in to comment.