diff --git a/README.md b/README.md index 481d2d8..9bfbc4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Приключения - +## v0.0.0.2 +* подтвержденная версия fvtt увеличена до 12 +* максимальная версия fvtt увеличена до 12 +* минимальная версия fvtt увеличена до 11 ## v0.0.0.1 * Создан репозиторий \ No newline at end of file diff --git a/helper-scripts b/helper-scripts index c3d8690..ce582f5 160000 --- a/helper-scripts +++ b/helper-scripts @@ -1 +1 @@ -Subproject commit c3d869011d8b4431a5e14a6cb86da517c3e21ad9 +Subproject commit ce582f5b3835762ea5c67d6669dee0c08f8e09c1 diff --git a/module.json.template b/module.json.template index b821cc2..6848c3d 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",