From 3808e8e25fa30515fb5888c0ef5063cf415edd96 Mon Sep 17 00:00:00 2001 From: Kawa Date: Tue, 23 Jun 2020 21:02:29 +0200 Subject: [PATCH] Revert "Merge pull request #41 from RokkumanX/patch-10" This reverts commit 5d1a33daf715e220fab10575cacf81fd67585f70, reversing changes made to 8dc73b6cec6a42bbb7d398bdb745673ee4fbb421. --- 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 567fabf6..4fb613e5 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.2") + .setVersion("0.13.1") .setCopyright("Lior Halphon") .setLicense("MIT") .setWebsite("https://sameboy.github.io")