Skip to content

Commit 29bd0f6

Browse files
committed
change version to 1.7.1
1 parent ecc30f2 commit 29bd0f6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "task-board",
33
"name": "Task Board",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"minAppVersion": "1.4.13",
66
"description": "Manage all your tasks throughout your vault from a single board and much more...",
77
"author": "Atmanand Gauns",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-board",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "An Obsidian plugin to see all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"1.6.9": "1.4.13",
3434
"1.6.10": "1.4.13",
3535
"1.6.11": "1.4.13",
36-
"1.7.0": "1.4.13"
36+
"1.7.0": "1.4.13",
37+
"1.7.1": "1.4.13"
3738
}

0 commit comments

Comments
 (0)