Skip to content

Commit

Permalink
Version 2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jan 4, 2022
1 parent 8aaa401 commit bbf9967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "structured-filter",
"version": "2.0.4",
"version": "2.0.5",
"description": "jQuery UI widget for structured queries",
"homepage": "https://evoluteur.github.io/structured-filter/",
"main": [
"js/structured-filter.js",
"less/structured-filter.less"
],
"license": "MIT",
"copyright": "(c) 2021 Olivier Giulieri",
"copyright": "(c) 2022 Olivier Giulieri",
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
"dependencies": {
"jquery": "~3.6.0",
"jquery-ui": "^1.12.1"
"jquery-ui": "^1.13.0"
},
"ignore": [
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
type="text/javascript"
></script>
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
src="https://code.jquery.com/ui/1.13.0/jquery-ui.min.js"
type="text/javascript"
></script>
<script src="js/structured-filter.min.js" type="text/javascript"></script>
Expand All @@ -43,7 +43,7 @@
<body>
<section>
<header>
<h1>Structured-Filter <span>v2.0.4</span></h1>
<h1>Structured-Filter <span>v2.0.5</span></h1>

<div id="github">
<iframe
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "2.0.4",
"version": "2.0.5",
"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) 2022 Olivier Giulieri",
"homepage": "https://evoluteur.github.io/structured-filter/",
Expand All @@ -15,11 +15,11 @@
},
"dependencies": {
"jquery": "~3.6.0",
"jquery-ui": "^1.12.1"
"jquery-ui": "^1.13.0"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-jshint": "~3.1.1",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "4.0.1"
},
Expand Down

0 comments on commit bbf9967

Please sign in to comment.