From e9a1f258e0ca760826b0cfb348fee76feebb6ff7 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:17:41 +0200 Subject: [PATCH] 1.2.0 --- 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 8ad7745..c72747f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "track-a-lot", "name": "Track-a-Lot", - "version": "1.1.0", + "version": "1.2.0", "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 d5ba093..874eaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-track-a-lot-plugin", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin-js": "1.6.2", diff --git a/package.json b/package.json index 382588d..ec39f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-track-a-lot-plugin", - "version": "1.1.0", + "version": "1.2.0", "description": "This is a tracker plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b69c8d4..82c21c4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file