diff --git a/README.md b/README.md index 2851b67..c0298e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lightweight and secure database migration tool for Node.js and Postgres. ### How to use -Install Podil ad pg: +Install Podil and pg: ```shell npm install podil pg @@ -47,6 +47,6 @@ await podil.migrate( ### Troubleshooting -Podil is in active development. If you found a bug, have a question, or +Podil is in active development. If you found a bug, have a question or want to request a new feature, please [open an issue](https://github.com/podiljs/podil/issues). diff --git a/package-lock.json b/package-lock.json index c8f2fae..a5f4e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podil", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podil", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "devDependencies": { "@types/pg": "^8.6.5", diff --git a/package.json b/package.json index dc5c88c..4d0aacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podil", - "version": "0.2.0", + "version": "0.2.1", "description": "Lightweight and secure database migration tool", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",