From e42a6908f9bcd5ab56b42ddd57a2d869d5461fd2 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:49:54 +0800 Subject: [PATCH] release: v0.5.0-beta.28 --- README.md | 2 +- demo/useRichText/plugins/InsertFile.vue | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11769ef..1d60ece 100644 --- a/README.md +++ b/README.md @@ -1539,7 +1539,7 @@ item 具体是什么格式? > > 即:MP4,WebM 和 OGG (Safari 不支持 OGG) > -> audioDuration 需要 audio 标签支持的视频格式才能生效 +> audioDuration 需要 audio 标签支持的音频格式才能生效 > > 即:MP3,WAV 和 OGG (Safari 不支持 OGG) diff --git a/demo/useRichText/plugins/InsertFile.vue b/demo/useRichText/plugins/InsertFile.vue index c2d41a2..f3b160b 100644 --- a/demo/useRichText/plugins/InsertFile.vue +++ b/demo/useRichText/plugins/InsertFile.vue @@ -105,7 +105,7 @@ export default { > diff --git a/package.json b/package.json index 07546a3..64eaee4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "faim", "PascalCasedName": "Faim", - "version": "0.5.0-beta.27", + "version": "0.5.0-beta.28", "private": false, "description": "Element Plus (Vue 3) & Element UI (Vue 2.7/2.6) isomorphic UI component library. ❄️ More than Element.", "author": {