Skip to content

Commit

Permalink
Release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tansongchen committed Apr 6, 2023
1 parent f0bdc20 commit fc4f65b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "note-synchronizer",
"name": "Note Synchronizer",
"version": "0.1.4",
"minAppVersion": "1.0.0",
"description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.",
"author": "Songchen Tan",
"authorUrl": "https://tansongchen.com",
"isDesktopOnly": true
}
"id": "note-synchronizer",
"name": "Note Synchronizer",
"version": "0.1.5",
"minAppVersion": "1.0.0",
"description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.",
"author": "Songchen Tan",
"authorUrl": "https://tansongchen.com",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-note-synchronizer",
"version": "0.1.4",
"version": "0.1.5",
"description": "This is a plugin for synchornizing Obsidian notes to other note-based softwares like Anki, following more strictly the principles of Zettelkasten and treating each Obsidian file as a note.",
"main": "main.js",
"scripts": {
Expand Down
25 changes: 13 additions & 12 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"0.0.1": "0.14.0",
"0.0.2": "0.14.0",
"0.0.3": "0.14.0",
"0.0.4": "0.14.0",
"0.0.5": "0.14.0",
"0.0.6": "0.14.0",
"0.1.0": "0.14.0",
"0.1.1": "0.14.0",
"0.1.2": "0.14.0",
"0.1.3": "1.0.0",
"0.1.4": "1.0.0"
}
"0.0.1": "0.14.0",
"0.0.2": "0.14.0",
"0.0.3": "0.14.0",
"0.0.4": "0.14.0",
"0.0.5": "0.14.0",
"0.0.6": "0.14.0",
"0.1.0": "0.14.0",
"0.1.1": "0.14.0",
"0.1.2": "0.14.0",
"0.1.3": "1.0.0",
"0.1.4": "1.0.0",
"0.1.5": "1.0.0"
}

0 comments on commit fc4f65b

Please sign in to comment.