diff --git a/manifest.json b/manifest.json index 4575634..fb6085b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-mover", "name": "Task Mover", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "0.15.0", "description": "Facilitate the moving of tasks", "author": "Marc Addeo", diff --git a/package-lock.json b/package-lock.json index 266f98c..c60e868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-task-mover", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-task-mover", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 390fea5..8dfd819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-task-mover", - "version": "0.1.2", + "version": "0.1.3", "description": "Facilitate the moving of tasks", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6490080..cf1b2a2 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "0.15.0", "0.1.1": "0.15.0", - "0.1.2": "0.15.0" + "0.1.2": "0.15.0", + "0.1.3": "0.15.0" }