From 369749469607562bc8205f51fa6a4c43845c050b Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Thu, 12 Oct 2023 18:21:55 +0700 Subject: [PATCH] chore(package.json): bump to version 1.0.9 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cc4d1ab..cd2a84e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.0.8", + "version": "1.0.9", "description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build" }, "repository": {