Skip to content

Commit 49adfee

Browse files
Release 3.1.1
1 parent 05f1ac5 commit 49adfee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.1] - 2024-05-16
11+
1012
### Fixed
1113

1214
- Fixed mod-specific save data (ModData) not being retained in the save.
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4850

4951
- Initial Thunderstore release.
5052

51-
[unreleased]: https://github.com/SGG-Modding/ModUtil/compare/3.1.0...HEAD
53+
[unreleased]: https://github.com/SGG-Modding/ModUtil/compare/3.1.1...HEAD
54+
[3.1.1]: https://github.com/SGG-Modding/ModUtil/compare/3.1.0...3.1.1
5255
[3.1.0]: https://github.com/SGG-Modding/ModUtil/compare/3.0.0...3.1.0
5356
[3.0.0]: https://github.com/SGG-Modding/ModUtil/compare/2.10.1...3.0.0
5457
[2.10.1]: https://github.com/SGG-Modding/ModUtil/compare/d8c6fac014fa9ff3ac2bcc38b5505c9bae1e71f7...2.10.1

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "SGG_Modding"
66
name = "ModUtil"
7-
versionNumber = "3.1.0"
7+
versionNumber = "3.1.1"
88
description = "Utility mod for mod interactions within lua for SGG's games"
99
websiteUrl = "https://github.com/SGG-Modding/ModUtil"
1010
containsNsfwContent = false

0 commit comments

Comments
 (0)