Skip to content

Commit 20b684c

Browse files
author
Olivier Giulieri
committed
Version 1.0.3
1 parent 3932e50 commit 20b684c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

index.html

Lines changed: 1 addition & 1 deletion
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 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.3) 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* structured-filter 1.0.2
2+
* structured-filter 1.0.3
33
*
44
* Copyright (c) 2014, Olivier Giulieri
55
*
@@ -69,7 +69,7 @@
6969

7070
$.widget( 'evol.structFilter', {
7171

72-
version: '1.0.2',
72+
version: '1.0.3',
7373

7474
options: {
7575
fields: [],

0 commit comments

Comments
 (0)