From dbd59585f796c51d9e8ca4f225abfd0aa7c0d642 Mon Sep 17 00:00:00 2001 From: Rokkuman X <50436544+RokkumanX@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:12:52 +0200 Subject: [PATCH] Update presentation.cpp --- 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")