mirror of
https://github.com/broekema41/obsidian-vcf-contacts.git
synced 2026-07-22 05:42:58 +00:00
bump version for release of 2.2.0
This commit is contained in:
parent
a83e5e4a77
commit
0f80ef3d3d
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "vcf-contacts",
|
||||
"name": "VCF Contacts",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"minAppVersion": "1.4.10",
|
||||
"description": "Effortlessly manage, organize, and interact with your contacts. Import, export, and structure vCard (VCF) files seamlessly while keeping all contact details accessible in your knowledge base. Includes click-to-call, right-click copy, structured metadata, and more!",
|
||||
"author": "Roland Broekema",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vcf-contacts",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "Effortlessly manage, organize, and interact with your contacts inside Obsidian. Import, export, and structure vCard (VCF) files seamlessly while keeping all contact details accessible in your knowledge base. Includes click-to-call, right-click copy, structured metadata, and more!",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
"2.0.1": "1.1.0",
|
||||
"2.0.2": "1.1.0",
|
||||
"2.0.3": "1.1.0",
|
||||
"2.1.0": "1.4.10"
|
||||
"2.1.0": "1.4.10",
|
||||
"2.2.0": "1.4.10"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue