This commit is contained in:
thdngan 2026-05-19 00:38:28 +02:00
parent 391a3ab388
commit ed41fa6887
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.12.7"
"1.0.0": "1.12.7",
"1.0.1": "0.12.0"
}