From a78385a6ddb83a33fa88454ea9daf81305f5d07e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 29 Dec 2024 07:10:45 +0000 Subject: [PATCH] chore: bump version to 1.0.3 [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 a1455e5..f3d1210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghn-cookie-sync", - "version": "1.0.2", + "version": "1.0.3", "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 f90dbe5..d8053c6 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.1", + "version": "1.0.3", "icons": { "32": "assets/icons/favicon-32.png", "128": "assets/icons/favicon-128.png",