Skip to content

Commit

Permalink
Version 1.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jul 5, 2016
1 parent 74f440c commit c49e802
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# structured-filter
# Structured-Filter

Released under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)

Copyright (c) 2016 by Olivier Giulieri
Copyright (c) 2016 Olivier Giulieri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bower install structured-filter
bower install structured-filter#master
```

You can download or fork structured-filter on **GitHub**.
You can [download](https://github.com/evoluteur/structured-filter) or fork structured-filter on **GitHub**.

## Model

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.0.9",
"version": "1.0.10",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
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.8
structured-filter 1.0.10
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.9) 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.10) 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.9
* structured-filter 1.0.10
*
* 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.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.0.9",
"version": "1.0.10",
"copyright": "(c) 2016 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
"author": {
Expand All @@ -25,11 +25,8 @@
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-less": "~1.0.0"
},
"description": "Generic Web UI for building structured search or filter queries. With it you can build structured search queries like \"Contacts where Firstname starts with 'A' and Birthday after 1/1/1980 and State in (CA, NY, FL)\"...",
"main": [
"js/structured-filter.js",
"less/structured-filter.less"
],
"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/1980 and State in (CA, NY, FL)...",
"main": "js/structured-filter.js",
"keywords": [
"filter",
"query",
Expand Down

0 comments on commit c49e802

Please sign in to comment.