Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepb committed Feb 26, 2012
1 parent 8869113 commit 49e714b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
],
"description": "Bindings for using LevelDB through node.",
"homepage": "https://github.com/my8bird/node-leveldb",
"version": "0.6.1",
"version": "0.6.2",
"main": "lib",
"engines": {
"node": "~0.6.x"
Expand Down
2 changes: 1 addition & 1 deletion src/coffee/index.coffee
@@ -1,7 +1,7 @@
leveldb = exports = module.exports = require './leveldb/handle'
binding = require './leveldb.node'

leveldb.version = '0.6.1'
leveldb.version = '0.6.2'
leveldb.bindingVersion = "#{binding.majorVersion}.#{binding.minorVersion}"

leveldb.Batch = require('./leveldb/batch').Batch
Expand Down

0 comments on commit 49e714b

Please sign in to comment.