From eecc4d455d767ef7c57ea77ac731e137f0327e28 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 11 Oct 2024 19:38:30 +0700 Subject: [PATCH] changed versions for 0.0.8 release --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b44520..e648bb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-home-tab", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "vite", diff --git a/public/manifest.json b/public/manifest.json index 3633e45..011ca15 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.7", + "version": "0.0.8", "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"],