Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
upgrade to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joequant committed Dec 27, 2015
1 parent f174103 commit bee04a2
Show file tree
Hide file tree
Showing 5 changed files with 20,757 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "BSD",
"dependencies": {
"react": "0.13.3"
"react": "0.14.3"
},
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion bower_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "BSD",
"dependencies": {
"react": "0.13.3"
"react": "0.14.3"
},
"ignore": [
"**/.*",
Expand Down
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@

<script src="/demo/jquery-1.8.2.js"></script>
<script src="/demo/fastclick.js"></script>
<script src="/demo/react-0.13.3.js"></script>
<script src="/demo/react-0.14.3.js"></script>
<!--<script src="/demo/react-0.13.3.js"></script>-->
<!--<script src="/demo/react-0.10.0.js"></script>-->
<script src="/lib/js/literallycanvas.js"></script>

Expand Down
Loading

0 comments on commit bee04a2

Please sign in to comment.