From f257e0a1478d64aaa6a319421d034ac7e9f4727b Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:45:01 +0200 Subject: [PATCH] 1.2.3 --- 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 4e5d52b..77074a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "track-a-lot", "name": "Track-a-Lot", - "version": "1.2.2", + "version": "1.2.3", "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 b76acd2..9ec5b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin-js": "1.6.2", diff --git a/package.json b/package.json index fa258b0..f7cc02e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.2.2", + "version": "1.2.3", "description": "This is a tracker plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d1dc062..6955a87 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.1.0": "0.15.0", "1.2.0": "0.15.0", "1.2.1": "0.15.0", - "1.2.2": "0.15.0" + "1.2.2": "0.15.0", + "1.2.3": "0.15.0" } \ No newline at end of file