Skip to content

Commit

Permalink
Version 0.3.0 - namefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jontstaz committed Oct 3, 2023
1 parent 808a71c commit 23a34e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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-linkding-importer",
"id": "linkding-importer",
"name": "Linkding Importer",
"version": "0.2.0",
"version": "0.3.0",
"minAppVersion": "0.15.0",
"description": "Imports your bookmarks from Linkding and saves them into a specified file within the Obsidian Vault.",
"author": "jontstaz",
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-linkding-importer",
"version": "0.2.0",
"name": "linkding-importer",
"version": "0.3.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.15.0",
"0.2.0": "0.15.0"
"0.2.0": "0.15.0",
"0.3.0": "0.15.0"
}

0 comments on commit 23a34e1

Please sign in to comment.