Skip to content

Commit

Permalink
chore: increased Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Mar 4, 2024
1 parent 1a5336c commit 7e5f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineComponent({
const appStore = useAppStore()
onMounted(() => {
appStore.state["vi.version"] = [4, 1, 7]
appStore.state["vi.version"] = [4, 1, 8]
})
function getPrimaryColor(lightness) {
Expand Down

0 comments on commit 7e5f34a

Please sign in to comment.