Skip to content

Commit 847f06b

Browse files
committed
1.2.4
1 parent 50c0c15 commit 847f06b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "track-a-lot",
33
"name": "Track-a-Lot",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"minAppVersion": "0.15.0",
66
"description": "Scrapes different webpages, builds lists with the items as Markdown tables, and allows you to track their status.",
77
"author": "Iulian Onofrei",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-track-a-lot-plugin",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "This is a tracker plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.2.0": "0.15.0",
66
"1.2.1": "0.15.0",
77
"1.2.2": "0.15.0",
8-
"1.2.3": "0.15.0"
8+
"1.2.3": "0.15.0",
9+
"1.2.4": "0.15.0"
910
}

0 commit comments

Comments
 (0)