Skip to content

Commit

Permalink
chore(package): new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 16, 2024
1 parent cf4b14b commit 9bfc85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/app/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ onMounted(() => {
</template>
<template #footer>
<div class="m-2 text-center text-xs text-color-primary">
<span v-if="!collapsed">MongoCamp Admin {{ config.public.APP_VERSION }}</span>
<span v-if="!collapsed">PrimeVue-Nuxt Starter {{ config.public.APP_VERSION }}</span>
<span v-if="collapsed">{{ config.public.APP_VERSION }}</span>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt3-primevue-starter",
"type": "module",
"version": "2.1.5",
"version": "2.1.6",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down

0 comments on commit 9bfc85b

Please sign in to comment.