diff --git a/README.md b/README.md index 33f93f0..5d9149d 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Usage: godaddy-dns [options] ## Bugs and improvements -If you find a bug or have an idea about how to improve this script you can [open an issue](https://github.com/lmammino/godaddy-dnsissues) or [submit a pull request](https://github.com/lmammino/godaddy-dnspulls), it will definitely make you a better person! 😝 +If you find a bug or have an idea about how to improve this script you can [open an issue](https://github.com/lmammino/godaddy-dns/issues) or [submit a pull request](https://github.com/lmammino/godaddy-dns/pulls), it will definitely make you a better person! 😝 ## License diff --git a/package-lock.json b/package-lock.json index 39d640e..5b07ab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "godaddy-dns", - "version": "1.1.1", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f60f11e..fff8ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "godaddy-dns", - "version": "1.2.0", + "version": "1.2.1", "description": "A Node.js script to programmatically update GoDaddy DNS records", "repository": { "type": "git",