diff --git a/.env.example b/.env.example index 77e5946..7fcf791 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ REACT_APP_IS_PRODUCTION= REACT_APP_API_URL= -REACT_APP_TMDB_API_URL=https://api.themoviedb.org/3 +REACT_APP_TMDB_API_URL= REACT_APP_TMDB_API_KEY= -REACT_APP_TMDB_IMAGE_URL=https://image.tmdb.org/t/p +REACT_APP_TMDB_IMAGE_URL= diff --git a/package.json b/package.json index 891b517..eb9981d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinejump", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { "@storybook/react": "^6.0.21", diff --git a/version.json b/version.json index fb75183..012d571 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "0.1.0" } +{ "version": "1.0.0" }