mirror of
https://github.com/ruszabarov/obsidian-unit-converter.git
synced 2026-07-22 05:31:40 +00:00
1.7.0
This commit is contained in:
parent
f69a9bcffa
commit
87e6aa7989
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue