From 8685be2b73ee4aa588db0dc2adff0b6903f176e1 Mon Sep 17 00:00:00 2001 From: yuche Date: Mon, 11 Apr 2022 16:49:17 +0800 Subject: [PATCH] release: v2.3.0 --- public/manifest.json | 2 +- src/service-worker.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 3caca688..6e35f129 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "秘宝账户", "name": "秘宝账户", - "version": "2.2.3", + "version": "2.3.0", "icons": [ { "src": "icons/16.png", diff --git a/src/service-worker.ts b/src/service-worker.ts index 5729a029..52949acf 100644 --- a/src/service-worker.ts +++ b/src/service-worker.ts @@ -27,7 +27,7 @@ clientsClaim() // even if you decide not to use precaching. See https://cra.link/PWA precacheAndRoute(self.__WB_MANIFEST) const log = console.log -log('Verion: v2.2.3') +log('Verion: v2.3.0') // Set up App Shell-style routing, so that all navigation requests // are fulfilled with your index.html shell. Learn more at