Skip to content

Commit

Permalink
Prepare for 0.9.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Dec 18, 2013
1 parent 08a8d6b commit d322ffe
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit
# Changelog
### 0.9.9
* Do not trigger change event if value of select does not change ([Brendon Muir](https://github.com/brendon))
### 0.9.8
* Rename "values" setting to more logical "depends".
Expand Down Expand Up @@ -105,7 +109,7 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit
### 0.9.3
* Also support remote JSON to be array of arrays ("Marco Mariani":https://github.com/mmariani)
* Also support remote JSON to be array of arrays ([Marco Mariani](https://github.com/mmariani))
### 0.9.2
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": "chained",
"version": "0.9.9-dev",
"version": "0.9.9",
"homepage": "http://www.appelsiini.net/projects/chained",
"authors": [
"Mika Tuupola <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion chained.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chained",
"version": "0.9.9-dev",
"version": "0.9.9",
"title": "Chained",
"author": {
"name": "Mika Tuupola",
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h3>Multiple jquery.chained.remote.js</h3>
<xscript type="text/javascript" src="test/vendor/zepto-1.0.1.js"></script>
<xscript type="text/javascript" src="test/vendor/zepto-selector.js"></script>
<script src="jquery.chained.js?v=0.9.9-dev" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=0.9.9-dev" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=0.9.9" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {

Expand Down
2 changes: 1 addition & 1 deletion jquery.chained.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Project home:
* http://www.appelsiini.net/projects/chained
*
* Version: 0.9.9-dev
* Version: 0.9.9
*
*/

Expand Down
6 changes: 2 additions & 4 deletions jquery.chained.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.chained.remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Project home:
* http://www.appelsiini.net/projects/chained
*
* Version: 0.9.9-dev
* Version: 0.9.9
*
*/

Expand Down
6 changes: 2 additions & 4 deletions jquery.chained.remote.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chained",
"version": "0.9.8",
"version": "0.9.9",
"engines": {
"node": ">= 0.8.0"
},
Expand Down

0 comments on commit d322ffe

Please sign in to comment.