From daa14ea77760f7164471724e193eca4d7af02830 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:01:51 +0200 Subject: [PATCH] 1.2.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index c72747f..68827c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "track-a-lot", "name": "Track-a-Lot", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "Scrapes different webpages, builds lists with the items as Markdown tables, and allows you to track their status.", "author": "Iulian Onofrei", diff --git a/package-lock.json b/package-lock.json index 874eaac..ec6c988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin-js": "1.6.2", diff --git a/package.json b/package.json index ec39f31..ea908fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "This is a tracker plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 82c21c4..ba2bd0d 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.2.1": "0.15.0" } \ No newline at end of file