From ed3ae1ea239d08d0e846af8af260a14bcb3e11cf Mon Sep 17 00:00:00 2001 From: tiagohm Date: Mon, 16 Sep 2024 13:17:25 -0300 Subject: [PATCH] [release]: Bump release version to 0.26.0 --- README.md | 6 +++--- docs/index.html | 6 +++--- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9582aa81..66c365ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) [![CI](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml/badge.svg)](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml) -[![Version](https://img.shields.io/badge/version-0.25.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest) +[![Version](https://img.shields.io/badge/version-0.26.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest) Nestalgia is a cross-platform and high-accuracy NES/Famicom emulator built in Kotlin. It's being ported from discontinued [Mesen](https://github.com/SourMesen/Mesen) NES/Famicom emulator built in C++ and C#. @@ -51,8 +51,8 @@ dependencies { ## Desktop -* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.25.0/nestalgia-0.25.0-windows.jar) -* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.25.0/nestalgia-0.25.0-linux.jar) +* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-windows.jar) +* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-linux.jar) > Before running, check if you have [Java 17](https://www.azul.com/downloads/?package=jdk#zulu) or newer installed. diff --git a/docs/index.html b/docs/index.html index f387df42..97e92441 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@ NES and Famicom Emulator
- v0.25.0 + v0.26.0
logo @@ -232,10 +232,10 @@
- + Windows - + Linux diff --git a/gradle.properties b/gradle.properties index f4886617..a1f624fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx2048m -version.code=0.25.0 +version.code=0.26.0 javaFX.version=22.0.2