From 663553f8fd412884eac5130afe45077c260f3143 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Mon, 16 Sep 2024 22:08:22 +0100 Subject: [PATCH] 22.0.5 Beta --- README.md | 4 ++-- options/windows/options_windows.yy | 2 +- scripts/__BulbConstants/__BulbConstants.gml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f845d1b..6bc422d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

-

Bulb 22.0.4.1 Beta

+

Bulb 22.0.5 Beta

-

2D lighting and shadows for GameMaker 2024.6 (and 2022 LTS)

+

2D lighting and shadows for GameMaker 2024.8 (and 2022 LTS)

  diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index e795bfb..c8d9c60 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -4,7 +4,7 @@ "name": "Windows", "option_windows_display_name": "Bulb", "option_windows_executable_name": "${project_name}.exe", - "option_windows_version": "22.0.4.1", + "option_windows_version": "22.0.5.0", "option_windows_company_info": "Juju Adams", "option_windows_product_info": "Bulb", "option_windows_copyright_info": "Juju Adams (c) 2024", diff --git a/scripts/__BulbConstants/__BulbConstants.gml b/scripts/__BulbConstants/__BulbConstants.gml index 6b9be02..ee4eac5 100644 --- a/scripts/__BulbConstants/__BulbConstants.gml +++ b/scripts/__BulbConstants/__BulbConstants.gml @@ -1,7 +1,7 @@ // Feather disable all -#macro BULB_VERSION "22.0.4.1 Beta" -#macro BULB_DATE "2024-09-10" +#macro BULB_VERSION "22.0.5 Beta" +#macro BULB_DATE "2024-09-16" #macro BULB_TONEMAP_CLAMP 0 #macro BULB_TONEMAP_REINHARD 1