Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaanshArora committed May 20, 2022
1 parent fe7a280 commit d0fa898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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": "agora-react-uikit",
"version": "1.0.7",
"version": "1.0.8",
"description": "A React based UIKit for the Agora Web SDK",
"author": "EkaanshArora",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/RTMConfigure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const RtmConfigure = (props: any) => {
uikit: {
platform: 'web',
framework: 'react',
version: '0.1.0'
version: '1.0.8'
},
agora: {
rtm: AgoraRTM.VERSION,
Expand Down
2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agora-react-web-uikit",
"description": "Agora React Web UIKit wrapped in a web component to use outside of React",
"version": "1.0.0",
"version": "1.0.8",
"author": "",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit d0fa898

Please sign in to comment.