diff --git a/package.json b/package.json
index d36bb2e..474dead 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "brainrot-vaccine-extension",
"private": false,
- "version": "1.0.1",
+ "version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/public/manifest.json b/public/manifest.json
index 024630b..7b52499 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Brainrot Vaccine",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Extension created to prevent yourself to access vicious websites that is injuring our attention and our brain.",
"browser_specific_settings": {
"gecko": {
diff --git a/src/components/ConfirmPopup.vue b/src/components/ConfirmPopup.vue
index d449b1b..84465b2 100644
--- a/src/components/ConfirmPopup.vue
+++ b/src/components/ConfirmPopup.vue
@@ -11,7 +11,7 @@ const props = defineProps({
handleClearSiteSelected: { type: Function, required: true },
});
-const timer = ref(5);
+const timer = ref(30);
const intervalId = setInterval(async () => {
timer.value = timer.value - 1;
await nextTick();
diff --git a/src/components/FooterContent.vue b/src/components/FooterContent.vue
index e4dde55..4b15499 100644
--- a/src/components/FooterContent.vue
+++ b/src/components/FooterContent.vue
@@ -13,7 +13,7 @@ const handleLoadProjectRepository = () => {
Developed by Gustavo S. Melo
- Version: 1.0.1 + Version: 1.1.0