Skip to content

Commit

Permalink
Prepare for 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Oct 29, 2013
1 parent 96a3c50 commit ec5582c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions 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.8
* Rename "values" setting to more logical "depends".
### 0.9.7
* Removed unneeded files when installing with Bower.
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.7",
"version": "0.9.8",
"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.7",
"version": "0.9.8",
"title": "Chained",
"author": {
"name": "Mika Tuupola",
Expand Down
2 changes: 1 addition & 1 deletion jquery.chained.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Project home:
* http://www.appelsiini.net/projects/chained
*
* Version: 0.9.7
* Version: 0.9.8
*
*/

Expand Down
2 changes: 1 addition & 1 deletion jquery.chained.min.js

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

4 changes: 2 additions & 2 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.7",
"version": "0.9.8",
"engines": {
"node": ">= 0.8.0"
},
Expand Down

0 comments on commit ec5582c

Please sign in to comment.