Skip to content

Commit

Permalink
chore: set version to 0.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 12, 2021
1 parent 756f3a9 commit 332260e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flu-infection-client",
"version": "0.3.0",
"version": "0.3.0-beta.1",
"private": true,
"dependencies": {
"axios": "^0.22.0",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flu-infection",
"version": "0.3.0",
"version": "0.3.0-beta.1",
"private": true,
"scripts": {
"postinstall": "cd client && npm install",
Expand Down

0 comments on commit 332260e

Please sign in to comment.