From 425168995d06ef9be61a258893b6cfdb2d32e3b5 Mon Sep 17 00:00:00 2001 From: Saroj Belbase Date: Sat, 15 Jun 2024 10:33:41 +0545 Subject: [PATCH] chore: bump up to the latest version --- package.json | 2 +- public/manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5a7d536..793622d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undistracted-me", - "version": "2.3.0", + "version": "2.3.1", "description": "A chrome/firefox extension to show distraction free nepali date on your new tab.", "main": "index.js", "repository": "https://github.com/sarojbelbase/undistracted-me", diff --git a/public/manifest.json b/public/manifest.json index 1d69a29..e34047f 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Undistracted Me", - "version": "2.3.0", + "version": "2.3.1", "author": "Saroj Belbase", "description": "Replaces your new tabs with a distraction free nepali date.", "icons": { @@ -23,10 +23,10 @@ "chrome_url_overrides": { "newtab": "index.html" }, - "browser_specific_settings": { + "browser_specific_settings": { "gecko": { "id": "{1071d037-0f17-4c92-b06c-704050d2e2c3}" } }, "homepage_url": "https://whatsthemiti.sarojbelbase.com.np" -} +} \ No newline at end of file