Skip to content

Commit 18ca1e7

Browse files
committed
Update version
1 parent 29c4b3e commit 18ca1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
```sh
4343
# v4 of sqlite is targted for nodejs 10 and on.
44-
$ npm install sqlite --save
44+
$ npm install sqlite@4.0.0-beta.0 --save
4545

4646
# If you need a legacy version for an older version of nodejs
4747
# install v3 instead, and look at the v3 branch readme for usage details

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite",
3-
"version": "4.0.0",
3+
"version": "4.0.0-beta.0",
44
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)