Skip to content

Commit

Permalink
upd version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZnPdCo committed Dec 2, 2024
1 parent dd3e039 commit 5a2d16a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rating-system-backend",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"format": "npx prettier --write app/ && python -m black app/",
"lint": "pylint app/"
Expand Down
4 changes: 2 additions & 2 deletions 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": "rating-system-frontend",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 5a2d16a

Please sign in to comment.