Skip to content

Commit 7f6345b

Browse files
committed
Fix version
1 parent 90e8636 commit 7f6345b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-front-matter-title-plugin",
33
"name": "Front Matter Title",
4-
"version": "3.10.0",
4+
"version": "3.9.0",
55
"minAppVersion": "1.5.3",
66
"description": "Lets you define a title in frontmatter to be displayed as the filename for explorer, graph, search and etc.",
77
"author": "Snezhig",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "3.10.0",
3+
"version": "3.9.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

src/Migrator/Migrator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Migrator {
6363
}
6464
}
6565

66-
private v3_10_0(): void {
66+
private v3_9_0(): void {
6767
// @ts-ignore
6868
if (this.config.features.starred) {
6969
// @ts-ignore

0 commit comments

Comments
 (0)