We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e267f commit 619a286Copy full SHA for 619a286
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-contacts",
3
"name": "Contacts",
4
- "version": "1.1.0",
+ "version": "1.2.0",
5
"minAppVersion": "0.15.0",
6
"description": "Allows you to manage and organize your contacts.",
7
"author": "Vadim Beskrovnov",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-contacts",
- "version": "1.0.0",
"main": "main.js",
"scripts": {
@@ -27,4 +27,4 @@
27
"react": "^18.2.0",
28
"react-dom": "^18.2.0"
29
}
30
-}
+}
versions.json
@@ -1,5 +1,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
- "1.1.0": "0.15.0"
+ "1.1.0": "0.15.0",
+ "1.2.0": "0.15.0"
0 commit comments