Skip to content

Commit

Permalink
Prepare for 1.0.0. Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Sep 15, 2014
1 parent 9b7f349 commit 44a7f83
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
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.10.0",
"version": "1.0.0",
"homepage": "http://www.appelsiini.net/projects/chained",
"authors": [
"Mika Tuupola <tuupola@appelsiini.net>"
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.10.0",
"version": "1.0.0",
"title": "Chained",
"author": {
"name": "Mika Tuupola",
Expand Down
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ <h3>Normal input parent and jquery.chained.remote.js</h3>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.js?v=0.10.0" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=0.10.0" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.js?v=1.0.0" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=1.0.0" 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: 1.0.0-dev
* Version: 1.0.0
*
*/

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.

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: 1.0.0-dev
* Version: 1.0.0
*
*/

Expand Down
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.10.0",
"version": "1.0.0",
"engines": {
"node": ">= 0.8.0"
},
Expand Down

0 comments on commit 44a7f83

Please sign in to comment.