From b0acc1c19bce8927fc95f65d3bbe1d25ac5eaf88 Mon Sep 17 00:00:00 2001 From: Blake Joynes Date: Sat, 24 Dec 2022 20:27:52 -0500 Subject: [PATCH] bump minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40aeaac..9b76dbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmdb-ts", - "version": "0.0.15", + "version": "0.1.0", "description": "TMDB v3 library wrapper", "main": "dist/index.js", "types": "dist/index.d.ts",