diff --git a/README.md b/README.md index dfd1f934..188e6768 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.21.1-blue)](https://github.com/tiagohm/nestalgia/releases/latest) +[![Version](https://img.shields.io/badge/version-0.21.2-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.21.1/nestalgia-0.21.1-windows.jar) -* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.21.1/nestalgia-0.21.1-linux.jar) +* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.21.2/nestalgia-0.21.2-windows.jar) +* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.21.2/nestalgia-0.21.2-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 955d776f..98bb100c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@ NES and Famicom Emulator
- v0.21.1 + v0.21.2
logo @@ -232,10 +232,10 @@
- + Windows - + Linux diff --git a/gradle.properties b/gradle.properties index 01532d50..649d896f 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.21.1 +version.code=0.21.2 javaFX.version=22.0.2