Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Apr 29, 2014
1 parent 4f5a6c9 commit bfaa5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toposort",
"version": "0.3.0",
"version": "0.3.1",
"main": "./toposort.js",
"ignore": [ "scripts/**", "test/**" ],
"dependencies": {}
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": "toposort-class",
"version": "0.3.0",
"version": "0.3.1",
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
"main": "./toposort.js",
"devDependencies": {
Expand Down

0 comments on commit bfaa5ba

Please sign in to comment.