From 5896c0514f6d080f603908e4d8333481fa11e2d7 Mon Sep 17 00:00:00 2001 From: Chris Maltby Date: Mon, 29 Jul 2024 16:12:29 +0100 Subject: [PATCH] Update version to 4.0.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d4ba445..41a2d67df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.0.2] - 2024-07-29 ### Changed @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix spell check to use chosen application language where possible - Fix stack error preventing use of rnd() within "if" statements - Fix 'wait for input' text code responsiveness when using slower text speeds -- Fix "Text Draw Speed 4" when using "Set Text Animation Speed" +- Fix inconsistent draw speeds when using "Set Text Animation Speed" (Speed 4 would alternate between fast and slow) ## [4.0.1] - 2024-07-22 diff --git a/package.json b/package.json index 98267b043..aa013b080 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "bugs": { "url": "https://github.com/chrismaltby/gb-studio/issues" }, - "version": "4.0.1", + "version": "4.0.2", "description": "Visual retro game maker", "main": ".webpack/main", "scripts": {