Skip to content

Commit c5c3189

Browse files
committed
Bumped version number to 1.0.101
1 parent bf50891 commit c5c3189

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "foodoasis-client",
33
"description": "React Client for Food Oasis",
4-
"version": "1.0.100",
4+
"version": "1.0.101",
55
"author": "Hack for LA",
66
"license": "GPL-2.0",
77
"private": true,

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foodoasis-web-api",
3-
"version": "1.0.100",
3+
"version": "1.0.101",
44
"author": "Hack for LA",
55
"description": "Web API Server for Food Oasis",
66
"main": "server.js",
@@ -11,7 +11,7 @@
1111
"format": "prettier --write \"**/*.{ts,js}\"",
1212
"lint": "eslint -c eslint.config.mjs \"**/*.{ts,js}\"",
1313
"lint:fix": "eslint --fix \"**/*.{ts,js}\"",
14-
"migrate": "node-pg-migrate -f db/config.js",
14+
"migrate": "node-pg-migrate",
1515
"loadtest:local": "loadtest -t 60 -c 20 --rps 100 \"http://localhost:5001/api/stakeholderbests?name=&categoryIds[]=1&categoryIds[]=9&latitude=34.0544&longitude=-118.2439&distance=5&isInactive=false&verificationStatusId=0&tenantId=1\" ",
1616
"loadtest:dev": "loadtest -n 10000 -c 20 \"http://devla.foodoasis.net/api/stakeholderbests?name=&categoryIds[]=1&categoryIds[]=9&latitude=34.0544&longitude=-118.2439&distance=5&isInactive=false&verificationStatusId=0&tenantId=1\" ",
1717
"loadtest:prod": "loadtest -n 10000 -c 20 \"http://la.foodoasis.net/api/stakeholderbests?name=&categoryIds[]=1&categoryIds[]=9&latitude=34.0544&longitude=-118.2439&distance=5&isInactive=false&verificationStatusId=0&tenantId=1\" ",

0 commit comments

Comments
 (0)