Skip to content

Commit

Permalink
Minor version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterScott committed Feb 3, 2012
1 parent 5fad6f7 commit eb8c6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{ "name": "simplesets",
"version": "1.1.6",
"version": "1.2.0",
"description": "Simple set data type, with API similar to Python's sets module.",
"author": "Peter Scott <pjscott@iastate.edu>",
"main": "./lib/simplesets.js",
Expand All @@ -8,4 +8,4 @@
"scripts": {
"test": "node test/testsets.js"
}
}
}

0 comments on commit eb8c6d7

Please sign in to comment.