From 57cabdcf58fb5769ac6489485afcca56dd21268d Mon Sep 17 00:00:00 2001 From: Rokkuman X <50436544+RokkumanX@users.noreply.github.com> Date: Tue, 23 Jun 2020 20:16:59 +0200 Subject: [PATCH] SameBoy 0.13.2 Updated all files with changes between 0.13.1 and 0.13.2 --- bsnes/target-bsnes/presentation/presentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsnes/target-bsnes/presentation/presentation.cpp b/bsnes/target-bsnes/presentation/presentation.cpp index 4fb613e5..567fabf6 100644 --- a/bsnes/target-bsnes/presentation/presentation.cpp +++ b/bsnes/target-bsnes/presentation/presentation.cpp @@ -183,7 +183,7 @@ auto Presentation::create() -> void { .setName("SameBoy") .setLogo(Resource::SameBoy) .setDescription("Super Game Boy emulator") - .setVersion("0.13.1") + .setVersion("0.13.2") .setCopyright("Lior Halphon") .setLicense("MIT") .setWebsite("https://sameboy.github.io")