Skip to content

Commit 8b419a4

Browse files
committed
Bump to v0.7.1 on development branch.
Updatge .travis.yml for current Node.js builds.
1 parent db4106d commit 8b419a4

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.11"
5-
- "0.12"
6-
- "4.1.0"
7-
- "5.1.0"
8-
- "iojs"
9-
- "iojs-v1.0.4"
3+
- "6.10"
4+
- "7.9"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsgraph",
3-
"version": "0.7.0",
4-
"description": "Generic directed graph container, and visitor algorithms based on a port of the Boost C++ Graph Library API.",
3+
"version": "0.7.1",
4+
"description": "DirectedGraph container class + BFT/DFT/transpose algorithms inspired by Boost C++ Graph Library API.",
55
"main": "src/arc_core_graph.js",
66
"scripts": {
77
"test": "mocha -R spec ./test/test-jsgraph.js"

0 commit comments

Comments
 (0)