Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Uploads v1 to Google Play Store
  • Loading branch information
lovkyndig committed Oct 31, 2023
1 parent 236184b commit e01117b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .env-example
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
GSITE_VERIFICATION=stringwith43
GITHUB_AUTH_TOKEN=create-this-on-github
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.
2 changes: 1 addition & 1 deletion .playground/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit e01117b

Please sign in to comment.