From 7edd7b836e7887fab315ff775d3f8a3f32920954 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Dec 2024 07:00:39 +0000 Subject: [PATCH] chore: bump version to 1.0.6 [skip ci] --- package.json | 2 +- source/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e04fa45..3a689c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghn-cookie-sync", - "version": "1.0.5", + "version": "1.0.6", "description": "Sync cookies for local frontend development of GHN", "private": true, "repository": "https://github.com/comehere127/ghn-sync-cookie.git", diff --git a/source/manifest.json b/source/manifest.json index 71bcfd0..454c63b 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -2,7 +2,7 @@ "__chrome|edge|opera__manifest_version": 3, "__firefox__manifest_version": 2, "name": "GHN Cookie Sync", - "version": "1.0.5", + "version": "1.0.6", "icons": { "32": "assets/icons/favicon-32.png", "128": "assets/icons/favicon-128.png",