diff --git a/chrome/manifest.json b/chrome/manifest.json index f38db13..55cb3b0 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "fuzzyhome", "description": "A power user oriented new-tab page that enables lightning speed navigation through the dark magic of fuzzy finding.", - "version": "2.1.0", + "version": "2.2.0", "manifest_version": 3, "permissions": [ "bookmarks", diff --git a/package-lock.json b/package-lock.json index 580320f..efc898e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fuzzyhome", - "version": "1.0.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fuzzyhome", - "version": "1.0.0", + "version": "2.2.0", "dependencies": { "fzi": "^1.5.0", "imba": "^2.0.0-alpha.226", diff --git a/package.json b/package.json index fa249ad..1815165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuzzyhome", - "version": "1.0.0", + "version": "2.2.0", "description": "A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.", "homepage": "https://fuzzyho.me/", "author": "Mikey Oz (https://github.com/familyfriendlymikey)",