Skip to content

Commit

Permalink
backend & frontend: Bump to version 3.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Oct 15, 2024
1 parent 2f18c25 commit c28c544
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 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": "openvidu-call-server",
"version": "3.0.0-beta2",
"version": "3.0.0-beta3",
"description": "OpenVidu Call Server",
"author": "OpenVidu",
"license": "Apache-2.0",
Expand Down
17 changes: 8 additions & 9 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
Expand Up @@ -64,5 +64,5 @@
"lint": "eslint src --fix",
"format": "prettier --ignore-path ../gitignore . --write"
},
"version": "3.0.0-beta2"
"version": "3.0.0-beta3"
}

0 comments on commit c28c544

Please sign in to comment.