From b4976da7aa0064faaefb19850c011f889555046f Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines Date: Sun, 12 Apr 2020 21:41:05 +0200 Subject: [PATCH] Bump version to 3.0.2 --- README.md | 6 +++--- platforms/libretro/gearboy_libretro.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f469f91e..22638104 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Please, consider [sponsoring](https://github.com/sponsors/drhelius) and followin ## Downloads -- **Windows**: [Gearboy-3.0.1-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.1/Gearboy-3.0.1-Windows.zip) +- **Windows**: [Gearboy-3.0.2-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-Windows.zip) + NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572) - **macOS**: + `brew cask install gearboy` - + Or install manually: [Gearboy-3.0.1-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.1/Gearboy-3.0.1-macOS.zip) -- **Linux**: [Gearboy-3.0.1-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.1/Gearboy-3.0.1-Linux.tar.xz) + + Or install manually: [Gearboy-3.0.2-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-macOS.zip) +- **Linux**: [Gearboy-3.0.2-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-Linux.tar.xz) - **iOS**: Build Gearboy with Xcode and transfer it to your device. You can open rom files from other apps like Safari or Dropbox, or use your iCloud Drive. - **RetroArch**: [Libretro core documentation](https://docs.libretro.com/library/gearboy/). - **Raspberry Pi**: Build Gearboy from sources. Optimized projects are provided for Raspberry Pi 1, 2 and 3. diff --git a/platforms/libretro/gearboy_libretro.info b/platforms/libretro/gearboy_libretro.info index 78f209e2..aef95746 100644 --- a/platforms/libretro/gearboy_libretro.info +++ b/platforms/libretro/gearboy_libretro.info @@ -9,5 +9,5 @@ systemid = "game_boy" database = "Nintendo - Game Boy|Nintendo - Game Boy Color" license = "GPLv3" permissions = "" -display_version = "3.0.0" +display_version = "3.0.2" supports_no_game = "false"