Skip to content

Commit

Permalink
Bumped version to 2.0.1.
Browse files Browse the repository at this point in the history
Added Flathub link.
  • Loading branch information
k4zmu2a committed Dec 29, 2021
1 parent 5ffbab8 commit 9acd3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ To cross-compile for Windows, install a 64-bit version of mingw and its `SDL2` a

Some distributions provide a package in their repository. You can use those for easier dependency management and updates.

This project is available as Flatpak on [Flathub](https://flathub.org/apps/details/com.github.k4zmu2a.spacecadetpinball).

### On macOS

* **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.
Expand Down
2 changes: 1 addition & 1 deletion SpaceCadetPinball/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ void winmain::a_dialog()
ImGui::Separator();

ImGui::TextUnformatted("Decompiled -> Ported to SDL");
ImGui::TextUnformatted("Version 2.0");
ImGui::TextUnformatted("Version 2.0.1");
if (ImGui::SmallButton("Project home: https://github.com/k4zmu2a/SpaceCadetPinball"))
{
#if SDL_VERSION_ATLEAST(2, 0, 14)
Expand Down

0 comments on commit 9acd3db

Please sign in to comment.