v6.0.1
This commit is contained in:
parent
fc6122c99c
commit
569e9e02fe
5
VERSIONS.md
Normal file
5
VERSIONS.md
Normal file
|
@ -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
|
|
@ -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",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>FuriKani</h1>
|
||||
<h2>v0.6</h2>
|
||||
<h2>v0.6.1</h2>
|
||||
</header>
|
||||
|
||||
<div id="token-area">
|
||||
|
|
Loading…
Reference in a new issue