From afe2795882d9a142a3ba22d0e1c556e0072b74dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 20:48:34 +0000 Subject: [PATCH] Release 0.13.1 --- docs/package.json | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 8c9fe665..26b7a6b6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/web/package.json b/web/package.json index a4a68391..04070a0e 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "wanderer", - "version": "0.13.0", + "version": "0.13.1", "private": true, "scripts": { "dev": "vite dev",