Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hananoshika Yomaru committed Oct 5, 2023
1 parent b949de2 commit c61a433
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Obsidian Image Caption
# Obsidian Markdown Image Caption

Generate image caption easily. Completely markdown-based.

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "image-caption",
"name": "Image Caption",
"version": "1.0.1",
"id": "md-image-caption",
"name": "Markdown Image Caption",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Generate image caption",
"author": "Hananoshika Yomaru",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-image-caption",
"version": "1.0.1",
"description": "Generate image captions for Obsidian",
"name": "obsidian-md-image-caption",
"version": "1.0.2",
"description": "Generate markdown based image captions for Obsidian",
"main": "main.js",
"scripts": {
"dev": "bun esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
}

0 comments on commit c61a433

Please sign in to comment.