Skip to content

Commit

Permalink
Updated package id to be consistant with others.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Oct 24, 2021
1 parent 75f6895 commit 3394ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian_image_caption",
"id": "obsidian-image-caption",
"name": "Image Caption",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.12.19",
"description": "Add captions to images.",
"author": "bicarlsen",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian_image_caption",
"version": "0.0.1",
"name": "obsidian-image-caption",
"version": "0.0.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.2": "0.12.19",
"0.0.1": "0.12.19"
}

0 comments on commit 3394ffb

Please sign in to comment.