Skip to content

Commit

Permalink
Bump 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Mar 24, 2015
1 parent c3c0041 commit fa72f11
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ var UserList = React.createClass({
}
});

// cursor(s) can be specified using a function
// Cursor(s) can also be specified using a function
// (if you need props, for instance)
var UserListItem = React.createClass({
mixins: [tree.mixin],
cursor: function() {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baobab",
"main": "build/baobab.min.js",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/Yomguithereal/baobab",
"author": {
"name": "Guillaume Plique",
Expand Down
4 changes: 2 additions & 2 deletions build/baobab.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Baobab = require('./src/baobab.js'),

// Non-writable version
Object.defineProperty(Baobab, 'version', {
value: '0.4.2'
value: '0.4.3'
});

// Exposing helpers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baobab",
"version": "0.4.2",
"version": "0.4.3",
"description": "JavaScript data tree with cursors.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit fa72f11

Please sign in to comment.