Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 841ed54

Browse files
committed
Bumped v1.0.0
1 parent 0530ed2 commit 841ed54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "level-rocksdb",
33
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN) [RocksDB fork]",
4-
"version": "0.18.0",
4+
"version": "1.0.0",
55
"contributors": [
66
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
77
"John Chesley <[email protected]> (https://github.com/chesles/)",
@@ -33,7 +33,7 @@
3333
],
3434
"main": "level-rocksdb.js",
3535
"dependencies": {
36-
"rocksdb": "1.0.0-pre1",
36+
"rocksdb": "^1.0.0",
3737
"level-packager": "^1.2.1"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)