diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:23:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:23:57 +0000 |
commit | a63145f7ef46d6ab5d99ce0e911c6b0a3bcfee2e (patch) | |
tree | 0f3cdca6bef987b55559a166fa55cb79fa13598b /dev/data | |
parent | 94ccff4c790ae8c2ef301bdb4e593f51436b3c8e (diff) | |
parent | 6f24ac4e2a1ee8928e0be69bea774bcade28f2a9 (diff) |
Merge pull request #247 from themoeway/remove-version
Remove hardcoded version from manifest
Diffstat (limited to 'dev/data')
-rw-r--r-- | dev/data/manifest-variants.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 304a3a0e..26d91d26 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -2,7 +2,7 @@ "manifest": { "manifest_version": 3, "name": "Yomitan", - "version": "23.4.7.0", + "version": "$YOMITAN_VERSION", "description": "Japanese dictionary with Anki integration", "author": "TheMoeWay", "icons": { |