Skip to content

Commit

Permalink
[release]: Bump release version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Sep 24, 2024
1 parent 50abca1 commit a4cfd0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest)
[![Version](https://img.shields.io/badge/version-0.29.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#.
Expand Down Expand Up @@ -51,8 +51,8 @@ dependencies {

## Desktop

* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.28.0/nestalgia-0.28.0-windows.jar)
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.28.0/nestalgia-0.28.0-linux.jar)
* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.29.0/nestalgia-0.29.0-windows.jar)
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.29.0/nestalgia-0.29.0-linux.jar)

> Before running, check if you have [Java 17](https://www.azul.com/downloads/?package=jdk#zulu) or newer installed.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
NES and Famicom Emulator
</div>
<div class="col-sm-12 text-center text-small">
v0.28.0
v0.29.0
</div>
<div class="col-sm-12 text-center mt-4">
<img src="mario-256.png" style="width: 64px;" alt="logo" />
Expand Down Expand Up @@ -246,11 +246,11 @@

<div class="col-sm-12 light">
<a target="_blank" class="download mx-1"
href="https://github.com/tiagohm/nestalgia/releases/download/0.28.0/nestalgia-0.28.0-windows.jar">
href="https://github.com/tiagohm/nestalgia/releases/download/0.29.0/nestalgia-0.29.0-windows.jar">
<i class="fab fa-windows"></i> Windows
</a>
<a target="_blank" class="download mx-1"
href="https://github.com/tiagohm/nestalgia/releases/download/0.28.0/nestalgia-0.28.0-linux.jar">
href="https://github.com/tiagohm/nestalgia/releases/download/0.29.0/nestalgia-0.29.0-linux.jar">
<i class="fab fa-linux"></i> Linux
</a>
<a target="_blank" class="download mx-1" href="#">
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx2048m
version.code=0.28.0
version.code=0.29.0
javaFX.version=22.0.2

0 comments on commit a4cfd0f

Please sign in to comment.