mirror of https://github.com/bsnes-emu/bsnes.git
commit
5d1a33daf7
|
@ -183,7 +183,7 @@ auto Presentation::create() -> void {
|
||||||
.setName("SameBoy")
|
.setName("SameBoy")
|
||||||
.setLogo(Resource::SameBoy)
|
.setLogo(Resource::SameBoy)
|
||||||
.setDescription("Super Game Boy emulator")
|
.setDescription("Super Game Boy emulator")
|
||||||
.setVersion("0.13.1")
|
.setVersion("0.13.2")
|
||||||
.setCopyright("Lior Halphon")
|
.setCopyright("Lior Halphon")
|
||||||
.setLicense("MIT")
|
.setLicense("MIT")
|
||||||
.setWebsite("https://sameboy.github.io")
|
.setWebsite("https://sameboy.github.io")
|
||||||
|
|
Loading…
Reference in New Issue