From b6622a02cf2638bfb48aadd26f14d662656386b7 Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Sat, 23 Sep 2023 09:10:57 +0200 Subject: [PATCH] FIX: caret color --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9834abc..cf6e16c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "workbooks", "name": "Workbooks", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Work with Spreadsheets inside your notes", "author": "Gabriele Cannata", diff --git a/package.json b/package.json index 63566ce..da6e0b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-workbooks", - "version": "1.0.0", + "version": "1.0.1", "description": "Work with Spreadsheets inside your notes", "main": "main.js", "scripts": {