diff --git a/package-lock.json b/package-lock.json index a38e432..95caf6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "osdatahub", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "osdatahub", - "version": "0.1.0", + "version": "0.2.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "node-fetch": "^3.2.10", diff --git a/package.json b/package.json index 49a9601..11e05be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osdatahub", - "version": "0.1.0", + "version": "0.1.1", "description": "A JavaScript wrapper for the Ordnance Survey Names API and Places API.", "main": "build/index.js", "type": "module",