Skip to content

Commit 9ea5f3d

Browse files
committed
v1.6.0
1 parent 103badc commit 9ea5f3d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "companion",
33
"name": "Companion",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"minAppVersion": "1.1.16",
66
"description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.",
77
"author": "rizerphe",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-companion",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"1.3.4": "1.1.16",
1717
"1.3.5": "1.1.16",
1818
"1.4.0": "1.1.16",
19-
"1.5.0": "1.1.16"
19+
"1.5.0": "1.1.16",
20+
"1.6.0": "1.1.16"
2021
}

0 commit comments

Comments
 (0)