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';