From b5d12750cbd323ba84904e0ab5f5af3390d30900 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 9 Oct 2024 12:58:42 +0700 Subject: [PATCH] changed versions for 0.0.7 release --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38bd2fd..83b8abb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-home-tab", "private": true, - "version": "0.0.6", + "version": "0.0.7", "type": "module", "scripts": { "dev": "vite", diff --git a/public/manifest.json b/public/manifest.json index dc39c21..3633e45 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.6", + "version": "0.0.7", "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"],