Skip to content

Commit 2a1db6d

Browse files
committed
Bump version to 1.5.19
1 parent 0c1e996 commit 2a1db6d

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": "metadata-auto-classifier",
33
"name": "Metadata Auto Classifier",
4-
"version": "1.5.18",
4+
"version": "1.5.19",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically classifies and applies metadata to your notes.",
77
"author": "Beomsu Koh",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metadata-auto-classifier",
3-
"version": "1.5.18",
3+
"version": "1.5.19",
44
"description": "Metadata Auto Classifier is an innovative Obsidian plugin that harnesses the power of AI to revolutionize your note-taking experience. By automatically generating and classifying metadata for your notes, this plugin streamlines your workflow and enhances the organization of your knowledge base.",
55
"main": "main.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"test:coverage": "jest --coverage",
1313
"lint": "eslint .",
1414
"lint:fix": "eslint . --fix",
15-
"version": "1.5.18"
15+
"version": "1.5.19"
1616
},
1717
"keywords": [
1818
"obsidian",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
"1.5.15": "0.15.0",
5353
"1.5.16": "0.15.0",
5454
"1.5.17": "0.15.0",
55-
"1.5.18": "0.15.0"
55+
"1.5.18": "0.15.0",
56+
"1.5.19": "0.15.0"
5657
}

0 commit comments

Comments
 (0)