Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jun 13, 2024
1 parent a5af77d commit 88c1a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/agora-rtc-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agora-rtc-react",
"version": "2.1.0",
"version": "2.2.0",
"private": false,
"description": "Agora RTC React SDK",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agora-rtc-react/src/rtc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class AgoraRTCReact implements IAgoraRTCReact {

new AgoraRTCReact();

export const VERSION = "2.1.0";
export const VERSION = "2.2.0";

0 comments on commit 88c1a77

Please sign in to comment.