update version

This commit is contained in:
2025-03-14 16:56:25 -05:00
parent fc3f4fdad4
commit 03195017c5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base
LABEL version="0.6.3"
LABEL version="0.6.4"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",