Skip to content

Commit 740a2e9

Browse files
committed
Version 2.0.
1 parent 027dfee commit 740a2e9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.1.0",
3+
"version": "2.0",
44
"description": "jQuery UI widget for structured queries",
55
"homepage": "http://evoluteur.github.io/structured-filter/",
66
"main": [

css/structured-filter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
structured-filter 1.1.0
2+
structured-filter 2.0
33
http://evoluteur.github.io/structured-filter/
44
(c) 2017 Olivier Giulieri
55
*/

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 id="github">
2323

2424
<h1>Structured-Filter</h1>
2525

26-
<p>Structured-Filter (currently v1.1.0) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
26+
<p>Structured-Filter (currently v2.0) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
2727
</p>
2828

2929
<p>

js/structured-filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* structured-filter 1.1.0
2+
* structured-filter 2.0
33
*
44
* (c) 2017 Olivier Giulieri
55
*

js/structured-filter.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.1.0",
3+
"version": "2.0",
44
"description": "Generic Web UI for building structured search or filter queries. With it you can build structured search conditions like Firstname starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)...",
55
"copyright": "(c) 2017 Olivier Giulieri",
66
"homepage": "http://evoluteur.github.io/structured-filter/",

0 commit comments

Comments
 (0)