Skip to content

Commit 03c263e

Browse files
committed
Version 1.0.11
1 parent e79c4cc commit 03c263e

6 files changed

+8
-7
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "jQuery UI widget for structured queries",
55
"homepage": "http://evoluteur.github.io/structured-filter/",
66
"main": [
77
"js/structured-filter.js",
88
"less/structured-filter.less"
99
],
1010
"license": "MIT",
11+
"copyright": "(c) 2016 Olivier Giulieri",
1112
"dependencies": {
1213
"jquery": "~2.1.4",
1314
"jquery-ui": "^1.10"

css/structured-filter.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
structured-filter 1.0.10
2+
structured-filter 1.0.11
33
http://evoluteur.github.io/structured-filter/
44
(c) 2016 Olivier Giulieri
55
*/

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 id="github">
2121
<a href="https://github.com/evoluteur/structured-filter">GitHub</a>
2222
</h2>
2323

24-
<p>structured-filter (currently v1.0.10) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
24+
<p>structured-filter (currently v1.0.11) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
2525
</p>
2626

2727
<p class="demo-links">API Tests:

js/structured-filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* structured-filter 1.0.10
2+
* structured-filter 1.0.11
33
*
44
* Copyright (c) 2016, Olivier Giulieri
55
*

js/structured-filter.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"copyright": "(c) 2016 Olivier Giulieri",
55
"homepage": "http://evoluteur.github.io/structured-filter/",
66
"author": {

0 commit comments

Comments
 (0)