diff options
| author | Alex Yatskov <alex@foosoft.net> | 2020-08-23 18:20:14 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2020-08-23 18:20:14 -0700 | 
| commit | 6e31f24ed16147c56c491314cfc9183ccf1b09b6 (patch) | |
| tree | 648cfb7ceab8d38d5d67627576c3f10681634b0f | |
| parent | f3f6ddd1fa6b304490981b2f10d1467e07e4c9d5 (diff) | |
Update manifest-variants with new version number :)20.8.23.0
| -rw-r--r-- | dev/data/manifest-variants.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index fd11c5c2..6266bd36 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -2,7 +2,7 @@      "manifest": {          "manifest_version": 2,          "name": "Yomichan", -        "version": "20.8.3.0", +        "version": "20.8.23.0",          "description": "Japanese dictionary with Anki integration",          "author": "Alex Yatskov",          "icons": { @@ -140,4 +140,4 @@              ]          }      ] -}
\ No newline at end of file +} |