diff --git a/.env.example b/.env.example index dff7edf..0a71997 100644 --- a/.env.example +++ b/.env.example @@ -1,9 +1,7 @@ -# Created by Vercel CLI ADMIN_EMAIL="" CRON_SECRET="" HOME_URL="" MAINTENANCE_MODE="" -GOOGLE_ANALYTICS="" NEWS_LIMIT="" NEXT_PUBLIC_BRAND_COUNTRY="" NEXT_PUBLIC_BRAND_EMAIL="" diff --git a/package.json b/package.json index b4b9ec0..17d7c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "nextjs-hackernews", - "version": "0.5.0", + "name": "hackernews-newsletter", + "version": "1.0.0", "description": "Newsletter with the top stories from the Hacker News forum", "author": "riccardo@frompixels.com", "scripts": {