diff --git a/docs/package.json b/docs/package.json index ead992c5..8c9fe665 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.12.0", + "version": "0.13.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/web/package.json b/web/package.json index 902a993c..a4a68391 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "wanderer", - "version": "0.12.0", + "version": "0.13.0", "private": true, "scripts": { "dev": "vite dev",