Skip to content

Commit

Permalink
Version 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Apr 12, 2017
1 parent 027dfee commit 740a2e9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.1.0",
"version": "2.0",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion css/structured-filter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
structured-filter 1.1.0
structured-filter 2.0
http://evoluteur.github.io/structured-filter/
(c) 2017 Olivier Giulieri
*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="github">

<h1>Structured-Filter</h1>

<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.
<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.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion js/structured-filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* structured-filter 1.1.0
* structured-filter 2.0
*
* (c) 2017 Olivier Giulieri
*
Expand Down
4 changes: 2 additions & 2 deletions js/structured-filter.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.1.0",
"version": "2.0",
"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)...",
"copyright": "(c) 2017 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
Expand Down

0 comments on commit 740a2e9

Please sign in to comment.