This commit is contained in:
Ruslan Zabarov 2026-05-20 16:48:39 -04:00
parent f69a9bcffa
commit 87e6aa7989
No known key found for this signature in database
GPG key ID: C4C0468C1FEC37CE
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "unit-converter",
"name": "Unit Converter",
"version": "1.6.0",
"version": "1.7.0",
"minAppVersion": "1.7.7",
"description": "Converts units right in your Markdown files.",
"author": "Ruslan Zabarov",

View file

@ -1,6 +1,6 @@
{
"name": "unit-converter",
"version": "1.6.0",
"version": "1.7.0",
"description": "Converts units right in your Markdown files.",
"keywords": [],
"license": "MIT",

View file

@ -12,5 +12,6 @@
"1.4.0": "1.7.7",
"1.5.0": "1.7.7",
"1.5.1": "1.7.7",
"1.6.0": "1.7.7"
"1.6.0": "1.7.7",
"1.7.0": "1.7.7"
}