Skip to content

Commit

Permalink
Bump supported Spelunky 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Feb 4, 2021
1 parent 5c7f21c commit 23865b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img src="https://img.shields.io/badge/Spelunky 2-1.20.2a-orange">

### Changed
- Bumped the supported version of Spelunky

## [0.5.2] - 2021-01-02

<img src="https://img.shields.io/badge/Spelunky 2-1.20.1d-orange">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Playlunky
<p align="center">
<img src="https://img.shields.io/badge/Spelunky 2-1.20.1d-orange">
<img src="https://img.shields.io/badge/Spelunky 2-1.20.2a-orange">
<a href="https://isocpp.org/">
<img src="https://img.shields.io/badge/language-C%2B%2B20-blue.svg">
</a>
Expand Down
2 changes: 1 addition & 1 deletion source/playlunky/detour/win_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <Windows.h>
#include <string_view>

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<int(__stdcall*)(HINSTANCE, HINSTANCE, LPSTR, int)> Trampoline{
Expand Down

0 comments on commit 23865b2

Please sign in to comment.