Skip to content

Commit 5f00656

Browse files
authored
Updated version & dependencies (#77)
1 parent 45c06e0 commit 5f00656

File tree

4 files changed

+47
-29
lines changed

4 files changed

+47
-29
lines changed

package-lock.json

Lines changed: 44 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gmail-declutter",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "cross-env VITE_USE_MOCK=true vite",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "InboxWhiz - Bulk Unsubscribe & Clean Gmail",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Declutter your Gmail in seconds - mass unsubscribe and remove emails in bulk effortlessly.",
66
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9Cv0qfOMUXfojZCsia00e9MU65oVIjZOWAaVyzWbywpsaNXfAz9r7mEa0wLyrlE9AOn5Yqb+J8NUknT1ntHL4yUOAeOZ71d1kCT20Ox+8RroRwnQOP7SKHqbia4TvKVvSGlsI/IL879yNGTbrrZ7Er4vd6UsNEyVK5Sb7CcceTmaZ9WmXi695u4ynXVTbun74Qgm3aDjRFcw+901J0lpHisCMzRhdAz2yuaZ0WTSQ4HB4cYDOe+wOPb2z02fU600JfKMS6B0vNJ6wPlv0onnpjh+7wjMMYwT4wyP4V6arg+v+4wUK9t42HyqVSxZ3bTfh22IwDiEKo4ibahTH+vxfwIDAQAB",
77
"icons": {

src/presentation/apps/popup/Popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const supportLink = "https://www.inboxwhiz.net/support.html";
44
const donateLink = "https://buymeacoffee.com/inboxwhiz";
55
const feedbackLink =
66
"https://chromewebstore.google.com/detail/inboxwhiz/bjcegpgebdbhkkhngbahpfjfolcmkpma/reviews";
7-
const version = "2.0.1";
7+
const version = "2.1.0";
88

99
const PopupApp = () => {
1010
const openGmail = () => {

0 commit comments

Comments
 (0)