Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8baf246

Browse files
committed
Fix pkg.version (out of sync w/ npm)
1 parent 5c9a0d6 commit 8baf246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postgres-array",
33
"main": "index.js",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "Parse postgres array columns",
66
"license": "MIT",
77
"repository": "bendrucker/postgres-array",

0 commit comments

Comments
 (0)