Browse Source

更新版本到 1.6.12

ChangeLog
1. 修复使用图片流时,切换 Profile 不生效的问题。
kevin.song 5 years ago
parent
commit
5bc7943829
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lib/index.d.ts
  2. 2 2
      lib/index.js
  3. 1 1
      package.json

+ 1 - 1
lib/index.d.ts

@@ -295,7 +295,7 @@ declare module '__urtc-sdk/resolutions' {
 }
 
 declare module '__urtc-sdk/version' {
-  export const version = "1.6.11";
+  export const version = "1.6.12";
 }
 
 declare module '__urtc-sdk/token' {

File diff suppressed because it is too large
+ 2 - 2
lib/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "urtc-sdk",
-  "version": "1.6.11",
+  "version": "1.6.12",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",