Skip to content

Commit 145fb68

Browse files
committed
[release]: Bump release version to 0.27.0
1 parent 753cdc5 commit 145fb68

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
88
[![CI](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml/badge.svg)](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml)
9-
[![Version](https://img.shields.io/badge/version-0.26.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest)
9+
[![Version](https://img.shields.io/badge/version-0.27.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest)
1010

1111
Nestalgia is a cross-platform and high-accuracy NES/Famicom emulator built in Kotlin. It's being ported from
1212
discontinued [Mesen](https://github.com/SourMesen/Mesen) NES/Famicom emulator built in C++ and C#.
@@ -51,8 +51,8 @@ dependencies {
5151

5252
## Desktop
5353

54-
* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-windows.jar)
55-
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-linux.jar)
54+
* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.27.0/nestalgia-0.27.0-windows.jar)
55+
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.27.0/nestalgia-0.27.0-linux.jar)
5656

5757
> Before running, check if you have [Java 17](https://www.azul.com/downloads/?package=jdk#zulu) or newer installed.
5858

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
NES and Famicom Emulator
143143
</div>
144144
<div class="col-sm-12 text-center text-small">
145-
v0.26.0
145+
v0.27.0
146146
</div>
147147
<div class="col-sm-12 text-center mt-4">
148148
<img src="mario-256.png" style="width: 64px;" alt="logo"/>
@@ -175,7 +175,7 @@
175175
<div class="col-sm-12 light">
176176
<ul>
177177
<li>High Accuracy</li>
178-
<li>High Compatibility: Over 290 mappers supported</li>
178+
<li>High Compatibility: Over 300 mappers supported</li>
179179
<li>NES, Famicom, Famicom Disk System, Dendy, Vs. System, NSF and NSFe emulation are supported</li>
180180
<li>Save States, Battery, Overclocking and Cheat Codes</li>
181181
<li>Audio, Video, Controller and Emulation config support</li>
@@ -232,10 +232,10 @@
232232
</div>
233233

234234
<div class="col-sm-12 light">
235-
<a target="_blank" class="download mx-1" href="https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-windows.jar">
235+
<a target="_blank" class="download mx-1" href="https://github.com/tiagohm/nestalgia/releases/download/0.27.0/nestalgia-0.27.0-windows.jar">
236236
<i class="fab fa-windows"></i> Windows
237237
</a>
238-
<a target="_blank" class="download mx-1" href="https://github.com/tiagohm/nestalgia/releases/download/0.26.0/nestalgia-0.26.0-linux.jar">
238+
<a target="_blank" class="download mx-1" href="https://github.com/tiagohm/nestalgia/releases/download/0.27.0/nestalgia-0.27.0-linux.jar">
239239
<i class="fab fa-linux"></i> Linux
240240
</a>
241241
<a target="_blank" class="download mx-1" href="#">
@@ -563,7 +563,7 @@ <h5>iNES</h5>
563563
</div>
564564
<div class="grid col-lg-4 col-md-12" style="font-size: small;">
565565
<h5>Legend</h5>
566-
<div><span class="badge badge-success">295</span> Supported mappers</div>
566+
<div><span class="badge badge-success">303</span> Supported mappers</div>
567567
<div><span class="badge badge-success yet">1</span> Supported mappers (but not implemented yet)</div>
568568
<div><span class="badge badge-danger">0</span> Unsupported mappers (Licensed games)</div>
569569
<div><span class="badge badge-warning">15</span> Unsupported mappers (Bootlegs)</div>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.caching=true
22
org.gradle.parallel=true
33
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx2048m
4-
version.code=0.26.0
4+
version.code=0.27.0
55
javaFX.version=22.0.2

0 commit comments

Comments
 (0)