From 37dcffc4cb34b3b58f0959759e5b85412fa49ee1 Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 30 Dec 2024 19:18:19 -0600 Subject: [PATCH] update renpy to 8.3.4 --- .woodpecker.yml | 2 +- renconstruct.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2a66415..8aff447 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -83,6 +83,6 @@ steps: matrix: RenpyVersion: - - "8.3.3" + - "8.3.4" RenkitVersion: - "4.4.0" diff --git a/renconstruct.toml b/renconstruct.toml index 3130831..0d30a7e 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.3" # the Ren'Py version to use (required) + version = "8.3.4" # the Ren'Py version to use (required) registry = "/tmp/cache" # the directory to store installation files in