Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Apr 11, 2022
1 parent 806ce48 commit 3d0c987
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lmdb",
"author": "Kris Zyp",
"version": "2.3.0-beta3",
"version": "2.3.0",
"description": "Simple, efficient, scalable, high-performance LMDB interface",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"msgpackr": "^1.5.4",
"nan": "^2.14.2",
"node-addon-api": "^4.3.0",
"node-gyp-build-optional-packages": "^4.3.1",
"node-gyp-build-optional-packages": "^4.3.2",
"ordered-binary": "^1.2.4",
"weak-lru-cache": "^1.2.2"
},
Expand All @@ -92,11 +92,11 @@
"test": "tests"
},
"optionalDependencies": {
"lmdb-darwin-arm64": "2.3.0-beta3",
"lmdb-darwin-x64": "2.3.0-beta3",
"lmdb-linux-arm": "2.3.0-beta3",
"lmdb-linux-arm64": "2.3.0-beta3",
"lmdb-linux-x64": "2.3.0-beta3",
"lmdb-win32-x64": "2.3.0-beta3"
"lmdb-darwin-arm64": "2.3.0",
"lmdb-darwin-x64": "2.3.0",
"lmdb-linux-arm": "2.3.0",
"lmdb-linux-arm64": "2.3.0",
"lmdb-linux-x64": "2.3.0",
"lmdb-win32-x64": "2.3.0"
}
}

0 comments on commit 3d0c987

Please sign in to comment.