diff --git a/VERSIONS.md b/VERSIONS.md index 50d2387..c133214 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -5,4 +5,9 @@ * Fixed error appearing right after installing extension ## v0.6.2 - * Added color transitions to buttons and links in the popup \ No newline at end of file + * Added color transitions to buttons and links in the popup + +## 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 diff --git a/manifest.json b/manifest.json index a7833d9..993cb8a 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.2", + "version": "0.6.3", "icons": { "16": "res/icon16.png", "48": "res/icon48.png", diff --git a/popup.html b/popup.html index 15ffb65..e0b55f4 100644 --- a/popup.html +++ b/popup.html @@ -6,7 +6,7 @@