From 30cf10e0a98e9057f1d3293b542f249a405e3a8f Mon Sep 17 00:00:00 2001 From: SpaghettDev <37266659+SpaghettDev@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:43:20 -0500 Subject: [PATCH] update: v3.1.0 --- CHANGELOG.md | 11 +++++++++++ mod.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a00c8a..fef19f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.0] - 2024-12-07 + +### Added + +- Ability to play any demon difficulty +- Ability to refresh if an error occurs + +### Fixed + +- Save data bug + ## [3.0.2] - 2024-12-05 ### Fixed diff --git a/mod.json b/mod.json index 27c5335..e21c329 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.2074", "mac": "2.2074" }, - "version": "v3.0.2", + "version": "v3.1.0", "id": "spaghettdev.gd-roulette", "name": "GD-Roulette", "developer": "SpaghettDev",