Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Jan 3, 2024
1 parent df9ee30 commit 6f2e879
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lmdb",
"author": "Kris Zyp",
"version": "2.9.2",
"version": "2.9.3-beta.1",
"description": "Simple, efficient, scalable, high-performance LMDB interface",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -110,11 +110,5 @@
"singleQuote": true
},
"optionalDependencies": {
"@lmdb/lmdb-darwin-arm64": "2.9.1",
"@lmdb/lmdb-darwin-x64": "2.9.1",
"@lmdb/lmdb-linux-arm": "2.9.1",
"@lmdb/lmdb-linux-arm64": "2.9.1",
"@lmdb/lmdb-linux-x64": "2.9.1",
"@lmdb/lmdb-win32-x64": "2.9.1"
}
}

0 comments on commit 6f2e879

Please sign in to comment.