Skip to content

Commit 4678840

Browse files
committed
Bumped chatgpt.js to 2.9.0
1 parent eb9c97b commit 4678840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
// @description A Greasemonkey template to start using chatgpt.js like a boss
44
// @author chatgpt.js
55
// @namespace https://chatgpt.js.org
6-
// @version 2024.5.16.1
6+
// @version 2024.5.17
77
// @license MIT
88
// @match *://chatgpt.com/*
99
// @match *://chat.openai.com/*
1010
// @icon https://raw.githubusercontent.com/KudoAI/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon48.png
1111
// @icon64 https://raw.githubusercontent.com/KudoAI/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon64.png
12-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.8.0/dist/chatgpt.min.js
12+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.0/dist/chatgpt.min.js
1313
// @grant GM_getValue
1414
// @grant GM_setValue
1515
// @noframes

0 commit comments

Comments
 (0)