Skip to content

Commit e640b95

Browse files
committed
update version to 0.4.0-beta.4
1 parent 9738fac commit e640b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist-wrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rnacos-web-dist-wrap"
3-
version = "0.4.0-beta.3"
3+
version = "0.4.0-beta.4"
44
edition = "2018"
55
authors = ["heqingpan <heqingpan@126.com>"]
66
license = "MIT/Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rnacos-console",
3-
"version": "0.4.0-beta.3",
3+
"version": "0.4.0-beta.4",
44
"authors": [
55
"heqingpan@126.com"
66
],

src/components/config/ConfigForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</template>
7676
<NFormItem
7777
path="content"
78-
label="配置内容(*F10*网页全屏)"
78+
label="配置内容(F10键切换全屏)"
7979
>
8080
<Editor
8181
v-if="showEditor"

0 commit comments

Comments
 (0)