From f98cb01d0ab1d791d52039515f7300429f72bdd5 Mon Sep 17 00:00:00 2001 From: Kawa Date: Wed, 3 Jun 2020 21:21:29 +0200 Subject: [PATCH] Update presentation.cpp Should've hit "save all" --- 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 00e558c4..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.12.1") + .setVersion("0.13.1") .setCopyright("Lior Halphon") .setLicense("MIT") .setWebsite("https://sameboy.github.io")