From eb9a6e48c2f2855fd70131093b6a4695b45293fd Mon Sep 17 00:00:00 2001 From: qcrao Date: Sat, 2 Sep 2023 17:21:23 +0800 Subject: [PATCH] v2.0 --- manifest.json | 2 +- popup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 51a1bb7..c6a699d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ChatGPT Bulk Delete", - "version": "1.4", + "version": "2.0", "description": "A Chrome extension to bulk delete ChatGPT conversations", "icons": { "48": "icon48.png" diff --git a/popup.js b/popup.js index 7924654..e6edd74 100644 --- a/popup.js +++ b/popup.js @@ -38,6 +38,6 @@ document.getElementById('remove-checkboxes').addEventListener('click', () => { // Update copyright year const currentYear = new Date().getFullYear(); document.getElementById('copyright').innerHTML = - '© ' + currentYear + ' @qcrao'; + '© ' + currentYear + ' qcrao@GitHub';