diff --git a/manifest.json b/manifest.json index 39fa3f1..4a89db6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "subdivider", "name": "Subdivider", - "version": "0.1.5", + "version": "0.1.6", "minAppVersion": "0.15.0", "description": "Converts your notes into nested folders, automatically creating separate files for each subheading.", "author": "Tricster", diff --git a/package.json b/package.json index e44f4dc..ea85181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subdivider", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/MediosZ/obsidian-subdivider.git" diff --git a/versions.json b/versions.json index b54d6f8..98c23c5 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.1.2": "0.15.0", "0.1.3": "0.15.0", "0.1.4": "0.15.0", - "0.1.5": "0.15.0" + "0.1.5": "0.15.0", + "0.1.6": "0.15.0" } \ No newline at end of file