Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GoBeromsu committed Nov 4, 2024
1 parent 92fcaeb commit 31ef32f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "metadata-auto-classifier",
"name": "Metadata Auto Classifier",
"version": "1.2.2",
"version": "1.2.3",
"minAppVersion": "0.15.0",
"description": "Automatically classifies and applies metadata to your notes.",
"author": "Beomsu Koh",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "metadata-auto-classifier",
"version": "1.2.2",
"version": "1.2.3",
"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.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"ci": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production --if-present",
"version": "node retag-version.sh"
"version": "1.2.3"
},
"keywords": [
"obsidian",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"1.1.9": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.2.2": "0.15.0"
"1.2.2": "0.15.0",
"1.2.3": "0.15.0"
}

0 comments on commit 31ef32f

Please sign in to comment.