Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DubrovinPavel committed Aug 30, 2017
1 parent 9f4185e commit 1a65566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0-beta.1] - 2017-08-25
## [2.0.0] - 2017-08-30
### Added
* Add `getCapabilities` and `getBoundingBox` methods.
* Add new and refactor old filters: Equals, Disjoint, Touches, Within, Overlaps, Crosses, Intersects, Contains, Dwithin, Beyond, BBox, GmlObjectID, Add, Sub, Mul, Div, EQ, NotEQ, LT, GT, LEQ, GEQ, Like, IsNull, IsBetween, And, Or, Not, Function.
Expand Down
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": "2.0.0-beta.1",
"version": "2.0.0",
"homepage": "https://github.com/Flexberry/Leaflet-WFST",
"description": "WFST plugin for Leaflet",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-wfst",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "WFST plugin for Leaflet",
"main": "dist/Leaflet-WFST-src.js",
"directories": {
Expand Down

0 comments on commit 1a65566

Please sign in to comment.