Skip to content

Commit

Permalink
updated to version 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Feb 6, 2024
1 parent 95714ee commit 1e8e1d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use of this sample app is subject to our [Terms of Use](https://explore.zoom.us/

---

**NOTE:** This sample app has been updated to use [Vue 3 since Vue will end support for Vue 2 on Dec 31, 2023](https://vuejs.org/guide/introduction.html), and [Meeting SDK app type](https://developers.zoom.us/docs/meeting-sdk/create/) credentials instead of [JWT app type](https://developers.zoom.us/docs/platform/build/jwt-app/) type credentials.
**NOTE:** This sample app has been updated to use [Vue 3 since Vue ended support for Vue 2 on Dec 31, 2023](https://vuejs.org/guide/introduction.html).

---

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meetingsdk-vuejs-sample",
"version": "3.1.4",
"version": "3.1.6",
"private": true,
"author": "Zoom Video Communications, Inc.",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"preview": "vite preview"
},
"dependencies": {
"@zoom/meetingsdk": "^3.1.4",
"@zoom/meetingsdk": "^3.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 1e8e1d9

Please sign in to comment.