From 6ebe731e90cafdf367926b1ab1407f16bb4712c3 Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 18 Jan 2025 21:33:13 +0300 Subject: [PATCH] package.json update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86c92e7..752db2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "szbk-goodreads-search-book", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows searching for books on Goodreads. To print the book description with gemini-ai you need an api key.", "repository": { "type": "git", @@ -18,7 +18,7 @@ "scripts": { "test": "mocha --reporter mocha-multi-reporters --reporter-options configFile=mocha-report-config.json" }, - "author": "wisecolt", + "author": "szbk", "license": "MIT", "dependencies": { "@google/generative-ai": "^0.8.0",