From 8fd54a1e18d4a41d586b28eea3bffe486bebbb40 Mon Sep 17 00:00:00 2001 From: Jacob Shumway Date: Thu, 28 Sep 2023 21:45:14 -0600 Subject: [PATCH] 2.2.13 --- manifest.json | 3 +-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 811f425..973253a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,9 @@ { "id": "obsidian-checklist-plugin", "name": "Checklist", - "version": "2.2.12", + "version": "2.2.13", "minAppVersion": "0.14.5", "description": "Combines checklists across pages into users sidebar", "author": "delashum", - "authorUrl": "https://www.hivewire.co/jobs", "isDesktopOnly": false } diff --git a/package.json b/package.json index f3b170c..a48eace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-checklist-plugin", - "version": "2.2.12", + "version": "2.2.13", "description": "A plugin for Obsidian.md which consoldiates todo items into a single view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d6e9786..8f3b23d 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "2.2.9": "0.14.5", "2.2.10": "0.14.5", "2.2.11": "0.14.5", - "2.2.12": "0.14.5" + "2.2.12": "0.14.5", + "2.2.13": "0.14.5" }