Skip to content

Commit 133d9cd

Browse files
committed
chore: release obsidian plugin v2.4.36
1 parent fb7b59a commit 133d9cd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

manifest-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "obsidian-memos",
33
"name": "Thino",
44
"description": "Capturing ideas and save them into daily notes. (Closed source)",
5-
"version": "2.4.35",
5+
"version": "2.4.36",
66
"author": "Boninall",
77
"authorUrl": "https://github.com/Quorafind/",
88
"isDesktopOnly": false,

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "obsidian-memos",
33
"name": "Thino",
44
"description": "Capturing ideas and save them into daily notes. (Closed source)",
5-
"version": "2.4.35",
5+
"version": "2.4.36",
66
"author": "Boninall",
77
"authorUrl": "https://github.com/Quorafind/",
88
"isDesktopOnly": false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thino",
3-
"version": "2.4.35",
3+
"version": "2.4.36",
44
"scripts": {
55
"release": "dotenv release-it --"
66
},

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,6 @@
159159
"2.4.32": "1.0.0",
160160
"2.4.33": "1.0.0",
161161
"2.4.34": "1.0.0",
162-
"2.4.35": "1.0.0"
162+
"2.4.35": "1.0.0",
163+
"2.4.36": "1.0.0"
163164
}

0 commit comments

Comments
 (0)