diff --git a/Dockerfile b/Dockerfile index 2e7d5b3..97a6c1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ ENV HOST=0.0.0.0 ENV SITE_URL=https://docs.alexlebens.dev ENV PORT=4321 -LABEL version="0.0.8" +LABEL version="0.0.9" LABEL description="Astro based documentation website" EXPOSE $PORT diff --git a/package.json b/package.json index 35fc721..af1b0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-documentation", "type": "module", - "version": "0.0.8", + "version": "0.0.9", "scripts": { "dev": "astro dev", "build": "astro build",