diff --git a/package-lock.json b/package-lock.json index 32a7b6b..ac44ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tmdb-ts", - "version": "0.1.4", + "version": "0.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tmdb-ts", - "version": "0.1.4", + "version": "0.1.6", "license": "MIT", "dependencies": { "cross-fetch": "^3.1.4" diff --git a/package.json b/package.json index 69f926c..2b6db84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmdb-ts", - "version": "0.1.4", + "version": "0.1.6", "description": "TMDB v3 library wrapper", "main": "dist/index.js", "types": "dist/index.d.ts",