From ba166a512b4f121256c7761e6a700e7c88354504 Mon Sep 17 00:00:00 2001 From: leonzh2k Date: Sat, 7 Sep 2024 13:58:12 -0700 Subject: [PATCH] chore: bump version (0.4.3) --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f45c8bd..5bebd57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coauthor", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 1ca7941..603574d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Coauthor", - "version": "0.4.2", + "version": "0.4.3", "icons": { "128": "assets/icon128.png" },