diff --git a/.env-example b/.env-example index f1369f5..1e463ee 100644 --- a/.env-example +++ b/.env-example @@ -1,2 +1,6 @@ GSITE_VERIFICATION=stringwith43 -GITHUB_AUTH_TOKEN=create-this-on-github \ No newline at end of file +GITHUB_AUTH_TOKEN=create-this-on-github + +# Rename this file to ".env" +# GSITE_VERIFICATION do not follow to GitHub and have to be inserted manually in Vercel +# GITHUB_AUTH_TOKEN is only needed when I'm publishing packages to GitHub. \ No newline at end of file diff --git a/.playground/package.json b/.playground/package.json index b447244..254c632 100644 --- a/.playground/package.json +++ b/.playground/package.json @@ -1,6 +1,6 @@ { "name": "@lovkyndig/create-google-app-playground", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "This playground is used to check if this layer2 kan overwrite the template (layer1).", "main": "./nuxt.config.ts", "homepage": "https://pwa-starter-app-playground.vercel.app", diff --git a/package.json b/package.json index 228a988..e31f885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lovkyndig/create-google-app", - "version": "1.0.0-rc.88", + "version": "1.0.0", "type": "module", "main": "./nuxt.config.ts", "description": "⚡Nuxt layer with nuxt-content, full search-functionality, pwa and guide to how to publish to Google Play Store.",