Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jan 6, 2019
1 parent 60646a0 commit 7f66dfb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "2.0",
"version": "2.0.1",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
Expand Down
4 changes: 2 additions & 2 deletions css/structured-filter.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
structured-filter 2.0
structured-filter 2.0.1
http://evoluteur.github.io/structured-filter/
(c) 2018 Olivier Giulieri
(c) 2019 Olivier Giulieri
*/
.structFilter {
min-height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="github">

<h1>Structured-Filter</h1>

<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>Structured-Filter (currently v2.0.1) 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
4 changes: 2 additions & 2 deletions js/structured-filter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* structured-filter 2.0
* structured-filter 2.0.1
*
* (c) 2018 Olivier Giulieri
* (c) 2019 Olivier Giulieri
*
* https://github.com/evoluteur/structured-filter
*
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.0.1",
"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) 2019 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
Expand Down

0 comments on commit 7f66dfb

Please sign in to comment.