Skip to content

Commit

Permalink
Version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Aug 17, 2016
1 parent e79c4cc commit 03c263e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "structured-filter",
"version": "1.0.10",
"version": "1.0.11",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
"js/structured-filter.js",
"less/structured-filter.less"
],
"license": "MIT",
"copyright": "(c) 2016 Olivier Giulieri",
"dependencies": {
"jquery": "~2.1.4",
"jquery-ui": "^1.10"
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.0.10
structured-filter 1.0.11
http://evoluteur.github.io/structured-filter/
(c) 2016 Olivier Giulieri
*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 id="github">
<a href="https://github.com/evoluteur/structured-filter">GitHub</a>
</h2>

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

<p class="demo-links">API Tests:
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.0.10
* structured-filter 1.0.11
*
* Copyright (c) 2016, 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.0.10",
"version": "1.0.11",
"copyright": "(c) 2016 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
"author": {
Expand Down

0 comments on commit 03c263e

Please sign in to comment.