bump version for release of 2.2.0

This commit is contained in:
Roland Broekema 2025-09-19 14:57:11 +02:00
parent a83e5e4a77
commit 0f80ef3d3d
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}