Skip to content

Commit

Permalink
update bower dependencies and version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magalhas committed Jul 26, 2015
1 parent 583d755 commit a23dfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "backbone-react-component",
"version": "0.8.0",
"version": "0.9.0",
"description": "Backbone.React.Component is an extendable wrapper for React.Component and brings all the power of Facebook's React to Backbone.js",
"homepage": "https://github.com/magalhas/backbone-react-component",
"authors": [
Expand All @@ -9,8 +9,8 @@
"main": "lib/component.js",
"dependencies": {
"backbone": "^1.2.0",
"react": "^0.13.0",
"underscore": "^1.7.0"
"react": "^0.13.3",
"underscore": "^1.8.3"
},
"ignore": [
"*.yml",
Expand Down

0 comments on commit a23dfd4

Please sign in to comment.