diff --git a/package.json b/package.json index d68f059..3ccb7e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plugin-web-update-notification", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "packageManager": "pnpm@7.2.1", "description": "Detect web page updates and notify", "author": "Utopia", diff --git a/packages/core/package.json b/packages/core/package.json index df74f5c..75d647d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/core", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "description": "Detect web page updates and notify", "author": "Utopia", "license": "MIT", diff --git a/packages/umi-plugin/package.json b/packages/umi-plugin/package.json index 279d6f7..e6abe41 100644 --- a/packages/umi-plugin/package.json +++ b/packages/umi-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@plugin-web-update-notification/umijs", - "version": "1.6.0", + "version": "1.6.1", "description": "Umi plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index bc84b19..b971dd3 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/vite", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "description": "Vite plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 9f679b9..4100b82 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/webpack", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "description": "Webpack plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT",