Skip to content

Commit 700246a

Browse files
release: 4.11.0
1 parent 87b33cc commit 700246a

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

manifest-beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"id": "breadcrumbs",
33
"name": "Breadcrumbs",
4-
"version": "4.10.0-beta.2",
4+
"version": "4.11.0",
55
"minAppVersion": "1.12.0",
6-
"description": "Add structured hierarchies to your notes",
6+
"description": "Add structured hierarchies to your notes.",
77
"author": "SkepticMystic",
88
"authorUrl": "https://github.com/SkepticMystic/breadcrumbs",
99
"fundingUrl": "https://github.com/SkepticMystic/breadcrumbs#donations",
1010
"helpUrl": "https://publish.obsidian.md/breadcrumbs-docs",
1111
"isDesktopOnly": false
12-
}
12+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fundingUrl": "https://github.com/SkepticMystic/breadcrumbs#donations",
99
"helpUrl": "https://breadcrumbs-docs.michaelpporter.com",
1010
"isDesktopOnly": false,
11-
"version": "4.10.2"
11+
"version": "4.11.0"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breadcrumbs",
3-
"version": "4.10.2",
3+
"version": "4.11.0",
44
"description": "Add typed-links to your Obsidian notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,6 @@
287287
"4.10.0-beta.2": "1.12.0",
288288
"4.10.0": "1.12.0",
289289
"4.10.1": "1.12.0",
290-
"4.10.2": "1.12.0"
290+
"4.10.2": "1.12.0",
291+
"4.11.0": "1.12.0"
291292
}

0 commit comments

Comments
 (0)