Skip to content

Commit

Permalink
version one ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Quasso committed May 26, 2022
1 parent 1ffe919 commit 9f84b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Quasso>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9f84b76

Please sign in to comment.