diff --git a/docs/package.json b/docs/package.json index 6651d0f..e270e64 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "docs", "private": true, "type": "module", - "version": "0.0.3", + "version": "0.0.4", "scripts": { "dev": "astro dev", "dev-host": "astro dev --host", diff --git a/package.json b/package.json index a25850b..08473e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starlight-theme-obsidian", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "A Starlight theme inspired by the Obsidian Publish website theme", "author": "Fevol", diff --git a/packages/starlight-theme-obsidian/package.json b/packages/starlight-theme-obsidian/package.json index bf2176a..ee89260 100644 --- a/packages/starlight-theme-obsidian/package.json +++ b/packages/starlight-theme-obsidian/package.json @@ -1,7 +1,7 @@ { "name": "starlight-theme-obsidian", "author": "Fevol", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "A Starlight theme inspired by the Obsidian Publish website theme", "type": "module",