Skip to content

Commit

Permalink
Prep v1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Jul 8, 2015
1 parent 4a97abf commit 52db02f
Show file tree
Hide file tree
Showing 7 changed files with 10,452 additions and 4,886 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "1.0.4",
"version": "1.0.5",
"main": [
"dist/graphlib.core.js"
],
Expand All @@ -20,6 +20,6 @@
"test/**"
],
"dependencies": {
"lodash": "^2.4.1"
"lodash": "^3.10.0"
}
}
2 changes: 1 addition & 1 deletion dist/graphlib.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,6 @@ if (!lodash) {
module.exports = lodash;

},{"lodash":undefined}],21:[function(require,module,exports){
module.exports = '1.0.4';
module.exports = '1.0.5';

},{}]},{},[1]);
2 changes: 1 addition & 1 deletion dist/graphlib.core.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 52db02f

Please sign in to comment.