Skip to content

Commit bf358fe

Browse files
committed
upgrade version to v0.5.12
1 parent 487176f commit bf358fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.12"
3+
version = "0.5.13"
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
@@ -11,7 +11,7 @@
1111
"vue3"
1212
],
1313
"private": true,
14-
"version": "0.5.12",
14+
"version": "0.5.13",
1515
"type": "module",
1616
"scripts": {
1717
"dev": "vite",

src/pages/SubscriberListPage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ import { createColumns } from '@/components/naming/SuberscriberListColumns.jsx';
8686
import NamespacePopSelect from '@/components/namespace/NamespacePopSelect.vue';
8787
import { useI18n } from 'vue-i18n';
8888
import { useRoute } from 'vue-router';
89-
import { clusterApi } from '@/api/cluster.js';
90-
import { handleApiResult, printApiError } from '@/utils/request.js';
89+
import { clusterApi } from '@/api/cluster';
90+
import { handleApiResult, printApiError } from '@/utils/request';
9191
9292
export default defineComponent({
9393
components: {

0 commit comments

Comments
 (0)