Skip to content

Commit

Permalink
Bump 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 13, 2014
1 parent d902eda commit aa7890f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -8,7 +8,7 @@ var Baobab = require('./src/baobab.js');

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

// Exporting
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.0.1",
"version": "0.1.0",
"description": "JavaScript data tree with cursors.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit aa7890f

Please sign in to comment.