Skip to content

Commit

Permalink
0.1.0 release depends on orient 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffissore committed Jun 14, 2012
1 parent 91757bc commit 82b51fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "connect-orientdb",
"version": "0.0.5",
"version": "0.1.0",
"description": "OrientDB session store for Connect",
"keywords": ["connect", "orientdb", "orient", "session", "express"],
"author": "Federico Fissore <federico@fissore.org>",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"coffee-script": ">= 1.3.1",
"orientdb": "git://github.com/ffissore/node-orientdb.git#master"
"orientdb": ">= 0.9.0"
},
"devDependencies": {
"mocha": "1.x",
Expand Down

0 comments on commit 82b51fd

Please sign in to comment.