diff --git a/VERSIONS.md b/VERSIONS.md new file mode 100644 index 0000000..adac9b1 --- /dev/null +++ b/VERSIONS.md @@ -0,0 +1,5 @@ +# v0.6 +## v0.6.1 + * Replaced internal arrays with sets to prevent accidentally doubly caching values + * Perform startup initialization for switches (should now default to ON) + * Fixed error appearing right after installing extension \ No newline at end of file diff --git a/manifest.json b/manifest.json index fbf31ca..eaf5cc6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "FuriKani", "description": "Removes furigana on websites based on your WaniKani level", - "version": "0.6", + "version": "0.6.1", "icons": { "16": "res/icon16.png", "48": "res/icon48.png", diff --git a/popup.html b/popup.html index 2917dd3..51e0662 100644 --- a/popup.html +++ b/popup.html @@ -6,7 +6,7 @@

FuriKani

-

v0.6

+

v0.6.1