Skip to content

Commit 00dd39c

Browse files
committed
3.0.0-rc.1
1 parent 14e2993 commit 00dd39c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgres",
3-
"version": "2.0.0-beta.11",
3+
"version": "3.0.0-rc.1",
44
"description": "Fastest full featured PostgreSQL client for Node.js",
55
"type": "module",
66
"module": "src/index.js",
@@ -31,8 +31,8 @@
3131
],
3232
"author": "Rasmus Porsager <rasmus@porsager.com> (https://www.porsager.com)",
3333
"funding": {
34-
"type" : "individual",
35-
"url" : "https://github.com/sponsors/porsager"
34+
"type": "individual",
35+
"url": "https://github.com/sponsors/porsager"
3636
},
3737
"license": "Unlicense",
3838
"repository": "porsager/postgres",

0 commit comments

Comments
 (0)