Skip to content

Commit e971c8c

Browse files
committed
1 parent d58d425 commit e971c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.5.14
228+
// @version 2025.5.14.1
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -284,7 +284,7 @@
284284
// Init APP data
285285
window.app = {
286286
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
287-
latestResourceCommitHash: 'f825434' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
287+
latestResourceCommitHash: 'f825434' // for cached <app|messages>.json
288288
}
289289
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${app.latestResourceCommitHash}`
290290
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)