diff --git a/manifest.json b/manifest.json index 97e7bea..39fa3f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "subdivider", "name": "Subdivider", - "version": "0.1.4", + "version": "0.1.5", "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 3341c0f..e44f4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subdivider", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "https://github.com/MediosZ/obsidian-subdivider.git" diff --git a/versions.json b/versions.json index 8a1e066..b54d6f8 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.1.1": "0.15.0", "0.1.2": "0.15.0", "0.1.3": "0.15.0", - "0.1.4": "0.15.0" + "0.1.4": "0.15.0", + "0.1.5": "0.15.0" } \ No newline at end of file