Skip to content

Commit

Permalink
Update package version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaberev committed May 30, 2017
1 parent c3f609e commit 9952a75
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
OGC WFS-T client layer for leaflet.

# Install plugin
Via [npm](https://www.npmjs.com/):
```
npm i leaflet-wfst --save
```
or
Via [Bower](https://bower.io/):
```
npm i -S git://github.com/Flexberry/Leaflet-WFST.git#v1.1.0
bower i leaflet-wfst --save
```
where #v1.1.0 is version [releases](https://github.com/Flexberry/Leaflet-WFST/releases)
From [GitHub](https://github.com/):
```
npm i -S git://github.com/Flexberry/Leaflet-WFST.git#v1.1.1
```
where #v1.1.1 is version of specific [release](https://github.com/Flexberry/Leaflet-WFST/releases).

# Initialization options

Expand Down Expand Up @@ -289,4 +294,4 @@ demo filter bbox
* [BBox](http://flexberry.github.io/Leaflet-WFST/examples/filterBBox.html)

# License
MIT
[MIT License](https://github.com/Flexberry/Leaflet-WFST/blob/master/LICENSE.md)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-wfst",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/Flexberry/Leaflet-WFST",
"description": "WFST plugin for Leaflet",
"license": "MIT",
Expand Down
Loading

0 comments on commit 9952a75

Please sign in to comment.