From 983e76e9ea217d4966f3ed0be74b327039dffbd4 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 3 Jun 2024 18:29:17 +0300 Subject: [PATCH] v2.2.0.1 --- README.md | 5 +++++ helper-scripts | 2 +- module.json.template | 6 +++--- somefile | 0 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 somefile diff --git a/README.md b/README.md index df98b84..08fbca0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Библиотека предысторий персонажей +## v2.2.0.1 +* подтвержденная версия fvtt увеличена до 12 +* максимальная версия fvtt увеличена до 12 +* минимальная версия fvtt увеличена до 11 ## v2.2.0.0 * добавлены предыстории из Sword Coast Adventurer's Guide ## v2.1.1.0 diff --git a/helper-scripts b/helper-scripts index 7d930bf..ce582f5 160000 --- a/helper-scripts +++ b/helper-scripts @@ -1 +1 @@ -Subproject commit 7d930bf15c05478cfed4ba23286312f558546b0d +Subproject commit ce582f5b3835762ea5c67d6669dee0c08f8e09c1 diff --git a/module.json.template b/module.json.template index 95b2b27..2a339d2 100644 --- a/module.json.template +++ b/module.json.template @@ -11,9 +11,9 @@ "version": "$RELEASE_TAG", "minimumCoreVersion": "9", "compatibility": { - "minimum": "9", - "verified": "11", - "maximum": "11" + "minimum": "11", + "verified": "12", + "maximum": "12" }, "url": "${DRONE_REPO_LINK}", "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", diff --git a/somefile b/somefile deleted file mode 100644 index e69de29..0000000