diff --git a/manifest.json b/manifest.json index d710e2e..732aa7b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-contacts", "name": "Contacts", - "version": "1.0.1", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Allows you to manage and organize your contacts.", "author": "Vadim Beskrovnov", diff --git a/versions.json b/versions.json index a6d5a03..b69c8d4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file