Skip to content

Commit

Permalink
increment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLiii committed Apr 28, 2024
1 parent 56bbc70 commit 212697e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='chase-car-dashboard-backend',
version='5.1.0',
version='5.1.1',
packages=['core', 'framework', 'components'],
url='badgersolarracing.org',
license='',
Expand Down
2 changes: 1 addition & 1 deletion Frontend/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 Frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chase-car-dashboard-frontend",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"proxy": "http://127.0.0.1:4001",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "chase-car-dashboard",
"version": "5.1.0",
"version": "5.1.1",
"scripts": {
"data-generator": "cd DataGenerator && npm start",
"backend": "cd Backend && python3 main.py",
Expand Down

0 comments on commit 212697e

Please sign in to comment.