From 4ad114c02d5736f516b15bda766f72bb45a6958b Mon Sep 17 00:00:00 2001 From: Atralupus Date: Fri, 10 Jan 2025 18:32:38 +0900 Subject: [PATCH] update version --- extension/manifest.json | 2 +- extension/manifest.prod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 8d85162..d6339d5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "short_name": "Chrono Development Build", "description": "__MSG_appDescription__", "homepage_url": "https://github.com/planetarium/chrono", - "version": "1.0.5", + "version": "1.0.6", "default_locale": "en", "action": { "default_icon": "images/logo.png", diff --git a/extension/manifest.prod.json b/extension/manifest.prod.json index b98fd12..4c5b628 100644 --- a/extension/manifest.prod.json +++ b/extension/manifest.prod.json @@ -4,7 +4,7 @@ "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "homepage_url": "https://github.com/planetarium/chrono", - "version": "1.0.5", + "version": "1.0.6", "default_locale": "en", "action": { "default_icon": "images/logo.png",