Skip to content

Commit a232d93

Browse files
committed
Set version to "next".
This indicates a "volatile" versions for all commits between actual releases (which are tagged).
1 parent 01c02b0 commit a232d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsnx/jsnx.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ goog.require('jsnx.utils');
3434
* @type {string}
3535
* @export
3636
*/
37-
jsnx.version = '0.1.1';
37+
jsnx.version = '0.1.2next';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsnetworkx",
3-
"version": "0.1.1",
3+
"version": "0.1.2next",
44
"description": "A port of the Python graph library NetworkX. For more info, visit http://networkx.github.com/.",
55
"keywords": [
66
"graph",

0 commit comments

Comments
 (0)