diff --git a/examples/nuxt/package.json b/examples/nuxt/package.json index bac3e45..c195e9f 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info-nuxt-demo", - "version": "1.2.0", + "version": "1.2.1", "private": "true", "type": "module", "scripts": { diff --git a/examples/vite/package.json b/examples/vite/package.json index 60961da..35ae770 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info-vite-demo", - "version": "1.2.0", + "version": "1.2.1", "private": "true", "type": "module", "scripts": { diff --git a/examples/webpack/package.json b/examples/webpack/package.json index ddc6ea8..5960f30 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-demo", - "version": "1.2.0", + "version": "1.2.1", "description": "", "private": true, "scripts": { diff --git a/package.json b/package.json index ee3c8b3..6cc68b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info", - "version": "1.2.0", + "version": "1.2.1", "description": "Export build information as virutal module", "keywords": [ "debug",