Skip to content

Commit

Permalink
Bumped version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed May 22, 2020
1 parent ab28dd5 commit 2357aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "food-oasis-client",
"version": "0.1.0",
"description": "React Client for Food Oasis",
"version": "1.0.1",
"author": "Hack for LA",
"license": "MIT",
"private": true,
"proxy": "http://localhost:5000",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starter",
"version": "1.0.0",
"description": "Starter Node Web API application",
"version": "1.0.1",
"description": "Web API Server for Food Oasis",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -23,7 +23,7 @@
"eslint -c .eslintrc.js --ignore-path .eslintignore --fix"
]
},
"author": "John Darragh",
"author": "Hack for LA",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
Expand Down

0 comments on commit 2357aa9

Please sign in to comment.