File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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.2] - 2024-05-29
11+
1012### Fixed
1113
1214- Fixed ` table.concat ` , and ` table ` changes no longer affect plugins.
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456
5557- Initial Thunderstore release.
5658
57- [ unreleased ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.1...HEAD
59+ [ unreleased ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.2...HEAD
60+ [ 3.1.2 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.1...3.1.2
5861[ 3.1.1 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.0...3.1.1
5962[ 3.1.0 ] : https://github.com/SGG-Modding/ModUtil/compare/3.0.0...3.1.0
6063[ 3.0.0 ] : https://github.com/SGG-Modding/ModUtil/compare/2.10.1...3.0.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44[package ]
55namespace = " SGG_Modding"
66name = " ModUtil"
7- versionNumber = " 3.1.1 "
7+ versionNumber = " 3.1.2 "
88description = " Utility mod for mod interactions within lua for SGG's games"
99websiteUrl = " https://github.com/SGG-Modding/ModUtil"
1010containsNsfwContent = false
You can’t perform that action at this time.
0 commit comments