Skip to content

Commit bbf9967

Browse files
committed
Version 2.0.5.
1 parent 8aaa401 commit bbf9967

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "structured-filter",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "jQuery UI widget for structured queries",
55
"homepage": "https://evoluteur.github.io/structured-filter/",
66
"main": [
77
"js/structured-filter.js",
88
"less/structured-filter.less"
99
],
1010
"license": "MIT",
11-
"copyright": "(c) 2021 Olivier Giulieri",
11+
"copyright": "(c) 2022 Olivier Giulieri",
1212
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
1313
"dependencies": {
1414
"jquery": "~3.6.0",
15-
"jquery-ui": "^1.12.1"
15+
"jquery-ui": "^1.13.0"
1616
},
1717
"ignore": [
1818
"node_modules",

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
type="text/javascript"
3535
></script>
3636
<script
37-
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
37+
src="https://code.jquery.com/ui/1.13.0/jquery-ui.min.js"
3838
type="text/javascript"
3939
></script>
4040
<script src="js/structured-filter.min.js" type="text/javascript"></script>
@@ -43,7 +43,7 @@
4343
<body>
4444
<section>
4545
<header>
46-
<h1>Structured-Filter <span>v2.0.4</span></h1>
46+
<h1>Structured-Filter <span>v2.0.5</span></h1>
4747

4848
<div id="github">
4949
<iframe

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"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)...",
55
"copyright": "(c) 2022 Olivier Giulieri",
66
"homepage": "https://evoluteur.github.io/structured-filter/",
@@ -15,11 +15,11 @@
1515
},
1616
"dependencies": {
1717
"jquery": "~3.6.0",
18-
"jquery-ui": "^1.12.1"
18+
"jquery-ui": "^1.13.0"
1919
},
2020
"devDependencies": {
2121
"grunt": "^1.4.1",
22-
"grunt-contrib-jshint": "~1.1.0",
22+
"grunt-contrib-jshint": "~3.1.1",
2323
"grunt-contrib-less": "~2.0.0",
2424
"grunt-contrib-uglify": "4.0.1"
2525
},

0 commit comments

Comments
 (0)