diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-31 22:24:17 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-31 22:24:17 -0400 |
commit | 744f9bb8364845dc81fb28650986499205cc8af5 (patch) | |
tree | 2cd587c1ba6d61a82d3e5c6d3babe55a85ac5aee /dev | |
parent | e637408b4af41a5c2b74b160fb37438d4e56cccc (diff) |
Revert "Auto update manifest version (#1724)"
This reverts commit e637408b4af41a5c2b74b160fb37438d4e56cccc.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 2a4cc867..2703d863 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -2,7 +2,7 @@ "manifest": { "manifest_version": 2, "name": "Yomichan", - "version": "0.0.0.0", + "version": "21.4.30.1", "description": "Japanese dictionary with Anki integration", "author": "Alex Yatskov", "icons": { @@ -120,18 +120,7 @@ "variants": [ { "name": "base", - "buildable": false, - "modifications": [ - { - "action": "set", - "path": ["version"], - "command": { - "command": "git", - "args": ["describe", "--abbrev=0"], - "trim": true - } - } - ] + "buildable": false }, { "name": "chrome", |