Skip to content

Commit

Permalink
Prep for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Oct 22, 2014
1 parent 42cca2b commit 35659d1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "0.9.1",
"version": "1.0.0",
"main": [
"dist/graphlib.core.js",
"dist/graphlib.core.min.js"
Expand Down
2 changes: 1 addition & 1 deletion dist/graphlib.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,6 @@ if (!lodash) {
module.exports = lodash;

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/graphlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ if (!lodash) {
module.exports = lodash;

},{"lodash":22}],21:[function(require,module,exports){
module.exports = '0.9.1';
module.exports = '1.0.0';

},{}],22:[function(require,module,exports){
(function (global){
Expand Down
2 changes: 1 addition & 1 deletion dist/graphlib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.9.2-pre';
module.exports = '1.0.0';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "0.9.2-pre",
"version": "1.0.0",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"main": "index.js",
Expand Down Expand Up @@ -35,4 +35,4 @@
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}
}

0 comments on commit 35659d1

Please sign in to comment.