From 23865b2e9fa1986cb163ac7d5a0fb8490a1a4de3 Mon Sep 17 00:00:00 2001 From: Hanno Date: Thu, 4 Feb 2021 19:19:54 +0100 Subject: [PATCH] Bump supported Spelunky 2 version --- CHANGELOG.md | 7 +++++++ README.md | 2 +- source/playlunky/detour/win_main.cpp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7626dd3..c1d1517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2021-04-02 + + + +### Changed +- Bumped the supported version of Spelunky + ## [0.5.2] - 2021-01-02 diff --git a/README.md b/README.md index e32cf93..1c5e7e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Playlunky

- + diff --git a/source/playlunky/detour/win_main.cpp b/source/playlunky/detour/win_main.cpp index 7784b68..25cfef5 100644 --- a/source/playlunky/detour/win_main.cpp +++ b/source/playlunky/detour/win_main.cpp @@ -11,7 +11,7 @@ #include #include -inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.20.1d"; +inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.20.2a"; struct DetourWinMain { inline static SigScan::Function Trampoline{