Skip to content

Commit

Permalink
1.0.0 - Update: version and .env.example;
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Teixeira committed Oct 17, 2020
1 parent e77a8b8 commit 3b47b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cinejump",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@storybook/react": "^6.0.21",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "0.1.0" }
{ "version": "1.0.0" }

0 comments on commit 3b47b7d

Please sign in to comment.