diff --git a/client/package.json b/client/package.json index eb41526a..7e9a8f97 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "flu-infection-client", - "version": "0.4.0", + "version": "0.5.0", "private": true, "dependencies": { "axios": "^0.24.0", diff --git a/package.json b/package.json index aa9c525f..654837e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flu-infection", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "postinstall": "cd client && npm install",