From 91ff9b753506e74f25ba4f6f3b029da85dcf8679 Mon Sep 17 00:00:00 2001 From: Blake Date: Wed, 12 Apr 2023 23:53:57 -0400 Subject: [PATCH] bump to 0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b6db84..3e63a27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmdb-ts", - "version": "0.1.6", + "version": "0.1.7", "description": "TMDB v3 library wrapper", "main": "dist/index.js", "types": "dist/index.d.ts",