Skip to content

Commit 619a286

Browse files
committed
Bump minor
1 parent 83e267f commit 619a286

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-contacts",
33
"name": "Contacts",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Allows you to manage and organize your contacts.",
77
"author": "Vadim Beskrovnov",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-contacts",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "Allows you to manage and organize your contacts.",
55
"main": "main.js",
66
"scripts": {
@@ -27,4 +27,4 @@
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0"
2929
}
30-
}
30+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
4-
"1.1.0": "0.15.0"
4+
"1.1.0": "0.15.0",
5+
"1.2.0": "0.15.0"
56
}

0 commit comments

Comments
 (0)