From a9977d5bc2622b2050f872ebba64e3631da3a66a Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Fri, 9 Feb 2024 23:19:46 +0200 Subject: [PATCH] chore: bump version to 0.15.0 --- 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 fd05a29..0702e67 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-image-layouts", "name": "Image Layouts", - "version": "0.14.2", + "version": "0.15.0", "minAppVersion": "0.15.0", "description": "Add beautiful image layouts to your notes", "author": "Luke Chadwick", diff --git a/package.json b/package.json index 5ef970a..96999e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-image-layouts", - "version": "0.14.2", + "version": "0.15.0", "license": "MIT", "main": "build/main.js", "type": "module", diff --git a/versions.json b/versions.json index 28e0c12..20409ad 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.13.0": "0.15.0", "0.14.0": "0.15.0", "0.14.1": "0.15.0", - "0.14.2": "0.15.0" + "0.14.2": "0.15.0", + "0.15.0": "0.15.0" } \ No newline at end of file