From c86f4d8506520d677dccc86c64470dc18b02dc54 Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Fri, 7 Jul 2023 22:09:02 +0900 Subject: [PATCH] [api] Bump version to 1.0.6 --- threads-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads-api/package.json b/threads-api/package.json index 187d837..28126cd 100644 --- a/threads-api/package.json +++ b/threads-api/package.json @@ -1,6 +1,6 @@ { "name": "threads-api", - "version": "1.0.5", + "version": "1.0.6", "description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).", "author": "Junho Yeo ", "repository": "junhoyeo/threads-api",