From b5ac7c1c3a376b01a36a98087ad917b454284e23 Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Sat, 14 Jan 2023 10:02:19 -0500 Subject: [PATCH] 2.2.0 --- chrome/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)",