From ceed3e852790a42d12231c4e7df96b0b492ec9ed Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Sun, 11 Feb 2024 15:09:00 +0200 Subject: [PATCH] chore: bump version to 0.15.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 686f908..85e0bdf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-image-layouts", "name": "Image Layouts", - "version": "0.15.1", + "version": "0.15.2", "minAppVersion": "0.15.0", "description": "Add beautiful image layouts to your notes", "author": "Luke Chadwick", diff --git a/package.json b/package.json index c496799..225f99d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-image-layouts", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "main": "build/main.js", "type": "module", diff --git a/versions.json b/versions.json index 66957c0..d485dae 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.14.1": "0.15.0", "0.14.2": "0.15.0", "0.15.0": "0.15.0", - "0.15.1": "0.15.0" + "0.15.1": "0.15.0", + "0.15.2": "0.15.0" } \ No newline at end of file