mirror of
https://github.com/thdngan/permanent-ink.git
synced 2026-07-22 06:05:44 +00:00
1.0.1
This commit is contained in:
parent
391a3ab388
commit
ed41fa6887
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "permanent-ink",
|
||||
"name": "Permanent Ink",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Turn every deletion into a visible strikethrough, and keep a history of thought process with color-coded highlights and an annotation sidebar.",
|
||||
"author": "thdngan",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "permanent-ink",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "./build/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "1.12.7"
|
||||
"1.0.0": "1.12.7",
|
||||
"1.0.1": "0.12.0"
|
||||
}
|
||||
Loading…
Reference in a new issue