Remove leading zeroes from version number to make Mozilla happy.

This commit is contained in:
Alex Yatskov 2020-01-11 18:19:45 -08:00
parent 174b923665
commit f1f6a21732

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yomichan",
"version": "20.01.04.00",
"version": "20.1.4.0",
"description": "Japanese dictionary with Anki integration",
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},