diff --git a/.gitignore b/.gitignore index a547bf3..f483f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,12 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* +analice.html node_modules dist dist-ssr *.local - # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/package.json b/package.json index 4255148..5efca03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-home-tab", "private": true, - "version": "0.0.0", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite", diff --git a/public/manifest.json b/public/manifest.json index 010b8a7..2dc7245 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Markdown Home Tab", "short_name": "Markdown New Tab", - "version": "0.0.2", + "version": "0.0.3", "description": "Markdown right in your home tab! Paste links, pictures, lists and more. You can also customize colors to match your needs.", "manifest_version": 2, "permissions": ["storage"],