From efe16484cf3c56cf3416feb1353286c1988e7b80 Mon Sep 17 00:00:00 2001 From: Istvan Novak Date: Sat, 13 Apr 2024 15:35:19 +0200 Subject: [PATCH] build: prepare for releasing v0.31.1 (#754) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffdb298..c414ea26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Klive IDE Changelog +## 0.31.1 + +### Fixes + +Fix the segment loading issue in the ZX Spectrum 128 exported file loader + ## 0.31.0 ### Features diff --git a/README.md b/README.md index 9c01ff3e..cc75e394 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Quick links: - [What Klive IDE Is](#what-klive-ide-is) - [Klive Documentation](https://dotneteer.github.io/kliveide/) -- [Release v0.31.0](https://github.com/Dotneteer/kliveide/releases/tag/v0.31.0) +- [Release v0.31.1](https://github.com/Dotneteer/kliveide/releases/tag/v0.31.1) ## How You Can Contribute diff --git a/package.json b/package.json index f22a1f62..341d4ee4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "klive-ide", "productName": "Klive IDE", - "version": "0.31.0", + "version": "0.31.1", "description": "Sinclair Retro computer emulator and IDE for Mac, Windows and Linux", "author": { "name": "Istvan Novak",