diff --git a/manifest.json b/manifest.json index f012f0d..5c8a62e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "task-board", "name": "Task Board", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "1.4.13", "description": "Manage all your tasks throghout your vault from a single board and much more...", "author": "Atmanand Gauns", diff --git a/package-lock.json b/package-lock.json index 3b864b0..d347f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-board", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-board", - "version": "1.2.0", + "version": "1.2.1", "license": "GNU", "dependencies": { "@codemirror/commands": "^6.7.0", diff --git a/package.json b/package.json index 7353126..346057b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-board", - "version": "1.2.0", + "version": "1.2.1", "description": "An Obsidian plugin to see all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 8168dde..45a4bdb 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.2": "1.4.13", "1.1.0": "1.4.13", "1.1.1": "1.4.13", - "1.2.0": "1.4.13" + "1.2.0": "1.4.13", + "1.2.1": "1.4.13" }