Skip to content

Commit 9bfc85b

Browse files
committed
chore(package): new version
1 parent cf4b14b commit 9bfc85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/app/AppSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ onMounted(() => {
5252
</template>
5353
<template #footer>
5454
<div class="m-2 text-center text-xs text-color-primary">
55-
<span v-if="!collapsed">MongoCamp Admin {{ config.public.APP_VERSION }}</span>
55+
<span v-if="!collapsed">PrimeVue-Nuxt Starter {{ config.public.APP_VERSION }}</span>
5656
<span v-if="collapsed">{{ config.public.APP_VERSION }}</span>
5757
</div>
5858
</template>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",

0 commit comments

Comments
 (0)