From 9f84b76aaf9bf31a1ef10acc804fe8c368c84f69 Mon Sep 17 00:00:00 2001 From: Quasso Date: Thu, 26 May 2022 19:30:09 +0100 Subject: [PATCH] version one ready --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d171725..15e00c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bionic-reader-extension", - "version": "0.0.1", + "version": "1.0.0", "description": "A new concept called Bionic Reading aims to increase readability of text for humans. This extension converts text on-the-fly into Bionic Text.", "main": "index.js", "author": "Quasso ", diff --git a/src/manifest.json b/src/manifest.json index 6c79ae2..e996daa 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Bionic Reader Extension", "description": "A concept called Bionic Reading aims to increase readability of text for humans. This extension converts text on-the-fly into Bionic Text.", - "version": "0.0.3", + "version": "1.0.0", "manifest_version": 3, "permissions": [ "activeTab",