Skip to content

Commit 4d7bc7d

Browse files
committed
release version 1.9.3
1 parent 81934a4 commit 4d7bc7d

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ export default class TaskBoard extends Plugin {
14211421
text: "Read the release notes for all the latest features : ",
14221422
});
14231423
customMessageContainer.createEl("a", {
1424-
text: "Task Board v1.9.2",
1424+
text: "Task Board v1.9.3",
14251425
href: `https://github.com/tu2-atmanand/Task-Board/releases/tag/${newReleaseVersion}`,
14261426
});
14271427
}

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.9.2",
4+
"version": "1.9.3",
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.9.2",
3+
"version": "1.9.3",
44
"description": "An Obsidian plugin to manage small to large projects using tasks from the whole vault on a centralized board using various kinds of views like Kanban, map, list, etc.",
55
"main": "main.js",
66
"type": "module",

src/interfaces/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const newReleaseVersion = "1.9.2";
1+
export const newReleaseVersion = "1.9.3";
22
// Plugin view type identifiers
33
export const VIEW_TYPE_TASKBOARD = "task-board-view";
44
export const VIEW_TYPE_ADD_OR_EDIT_TASK = "add-or-edit-task-view";

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"1.8.7": "1.4.13",
4646
"1.9.0": "1.4.13",
4747
"1.9.1": "1.4.13",
48-
"1.9.2": "1.4.13"
48+
"1.9.2": "1.4.13",
49+
"1.9.3": "1.4.13"
4950
}

0 commit comments

Comments
 (0)