From eb49ef14b8253b2caabd8d4e89e9af82a0fc8df3 Mon Sep 17 00:00:00 2001 From: Owain Date: Tue, 9 Dec 2025 15:10:23 +0000 Subject: [PATCH] [RELEASE] 1.3.0 --- manifest.json | 4 ++-- versions.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4b2fe3b..9ad479a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "umbpublisher", "name": "umbPublisher", - "version": "1.2.0", - "minAppVersion": "1.9.12", + "version": "1.3.0", + "minAppVersion": "1.10.6", "description": "Push notes to Umbraco CMS as content.", "author": "Owain Williams", "authorUrl": "https://owain.codes", diff --git a/versions.json b/versions.json index 75dffb4..b03ddf1 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.1.0": "0.15.0", - "1.2.0": "0.16.0" + "1.2.0": "1.9.12", + "1.3.0": "1.10.6" }