Skip to content

Commit ed3ae1e

Browse files
committed
[release]: Bump release version to 0.26.0
1 parent 1d1fa7a commit ed3ae1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.25.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest)
9+
[![Version](https://img.shields.io/badge/version-0.26.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.25.0/nestalgia-0.25.0-windows.jar)
55-
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.25.0/nestalgia-0.25.0-linux.jar)
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)
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: 3 additions & 3 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.25.0
145+
v0.26.0
146146
</div>
147147
<div class="col-sm-12 text-center mt-4">
148148
<img src="mario-256.png" style="width: 64px;" alt="logo"/>
@@ -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.25.0/nestalgia-0.25.0-windows.jar">
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">
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.25.0/nestalgia-0.25.0-linux.jar">
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">
239239
<i class="fab fa-linux"></i> Linux
240240
</a>
241241
<a target="_blank" class="download mx-1" href="#">

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.25.0
4+
version.code=0.26.0
55
javaFX.version=22.0.2

0 commit comments

Comments
 (0)