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" }