From 697ec596aa9b17a2e48a06683054f6dcd84d4ec7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 8 Feb 2026 16:25:18 -0600 Subject: [PATCH] feat: release 0.1.0 --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df43621..f18186a 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.12" +LABEL version="0.1.0" LABEL description="Astro based documentation website" EXPOSE $PORT diff --git a/package.json b/package.json index a430139..f2a5762 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-documentation", "type": "module", - "version": "0.0.12", + "version": "0.1.0", "scripts": { "dev": "astro dev", "build": "astro build",