Skip to content

Commit

Permalink
S/bump version (#57)
Browse files Browse the repository at this point in the history
* update README.md

* 5.0.0
  • Loading branch information
haoliangyu authored May 19, 2018
1 parent d7f2755 commit 45ec9f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A web mapping application starter based on Angular X and Leaflet. This project d

* [x] Built with Angular CLI

Support [Angular 5.x](https://angular.io/) and [Leaflet 1.3](http://leafletjs.com/) now!
Support [Angular 6](https://angular.io/) and [Leaflet 1.3](http://leafletjs.com/) now!

See how it looks at [demo page](http://haoliangyu.github.io/ngx-leaflet-starter/).

Expand All @@ -40,11 +40,11 @@ In the starter, a [minimal type declaration file](https://github.com/haoliangyu/

This project requires [npm](https://www.npmjs.com/) (or [yarn](https://yarnpkg.com/)).

1. Run `npm install` to install dependencies.
1. Run `npm install` to install dependencies.

2. Run `npm run start` to set up the dev server.
2. Run `npm run start` to set up the dev server.

3. See the app at `localhost:4200`.
3. See the app at `localhost:4200`.

## Thanks to these awesome people!

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-leaflet-starter",
"version": "4.0.2",
"version": "5.0.0",
"description": "A minimal Angular project with leaflet",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 45ec9f4

Please sign in to comment.