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",