From 96de8284ac4ed3c55b7c7d8389ec504900358d98 Mon Sep 17 00:00:00 2001 From: Strelkasaurus Date: Wed, 27 Jul 2022 03:31:14 +0200 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 2 +- SoundLoopMod/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddd80f..6d950b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [1.0.1] - 2022-07-27 ### Fixed - Don't try to restart the music while on the bus. - Handle the specific secret woods case; play it's specific song instead of the generic seasonal. diff --git a/SoundLoopMod/manifest.json b/SoundLoopMod/manifest.json index d2d4a73..bab1e73 100644 --- a/SoundLoopMod/manifest.json +++ b/SoundLoopMod/manifest.json @@ -1,7 +1,7 @@ { "Name": "SoundLoop Mod", "Author": "strelkasaur", - "Version": "1.0.1-beta2", + "Version": "1.0.1", "Description": "Loops the in-game music", "UniqueID": "com.strelkasaurus.sm.soundloop", "EntryDll": "SoundLoopMod.dll",