From 67e8afb8febf9beb915bead131b42cf11384f92c Mon Sep 17 00:00:00 2001 From: Map Date: Tue, 3 Dec 2024 19:09:51 -0600 Subject: [PATCH] update to renpy 8.3.3 (tested somewhat, it's just a bugfixing update) --- .woodpecker.yml | 2 +- renconstruct.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 52bf359..2a66415 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -83,6 +83,6 @@ steps: matrix: RenpyVersion: - - "8.3.2" + - "8.3.3" RenkitVersion: - "4.4.0" diff --git a/renconstruct.toml b/renconstruct.toml index 3e8fc15..3130831 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -22,5 +22,5 @@ clear_output_dir = false # whether to clear the output directory on startup [renutil] - version = "8.3.2" # the Ren'Py version to use (required) + version = "8.3.3" # the Ren'Py version to use (required) registry = "/tmp/cache" # the directory to store installation files in