From 9be2fc2d8f2315bfc68bc3f40f7a41879ee376e1 Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Thu, 27 Jul 2023 14:49:24 +0900 Subject: [PATCH] api: Bump version to 1.6.3 --- 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 7e318c2..4c668c9 100644 --- a/threads-api/package.json +++ b/threads-api/package.json @@ -1,6 +1,6 @@ { "name": "threads-api", - "version": "1.6.2", + "version": "1.6.3", "description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).", "author": "Junho Yeo ", "repository": "https://github.com/junhoyeo/threads-api",