From 3b6e7070cde76a953a273ef6dbfe0a2d12a8bfa6 Mon Sep 17 00:00:00 2001 From: Daniel Metcalfe Date: Sun, 12 Dec 2021 15:22:29 +0000 Subject: [PATCH] Update version --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7adccdb..1218346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seshy", - "version": "0.2.3", + "version": "0.2.4", "description": "Chrome extension for effortlessly syncing browsing sessions.", "scripts": { "build": "snowpack build", diff --git a/src/manifest.json b/src/manifest.json index 0ead1b5..71731a5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Seshy", - "version": "0.2.3", + "version": "0.2.4", "description": "Fewer tabs, more focus.", "background": { "service_worker": "workerWrapper.js"