diff --git a/VERSIONS.md b/VERSIONS.md index c133214..3d3c46e 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -10,4 +10,8 @@ ## v0.6.3 * Startup sync check is now more consistent * Level number updates in realtime after sync - * Fixed bug where internal Kanji list would get reset on sync \ No newline at end of file + * Fixed bug where internal Kanji list would get reset on sync + +# v0.7 + * FuriKani now supports Firefox! + * Fixed potential innerHTML risks \ No newline at end of file diff --git a/manifest.json b/manifest.json index ba59a81..770898f 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.3", + "version": "0.7", "icons": { "16": "res/icon16.png", "48": "res/icon48.png", diff --git a/src/popup.html b/src/popup.html index f0e235f..1ef9b4b 100644 --- a/src/popup.html +++ b/src/popup.html @@ -6,7 +6,7 @@

FuriKani

-

v0.6.3

+

v0.7