Version tick: 5.1.2

This commit is contained in:
Lucas Nicodemus 2022-11-10 14:15:20 -08:00
parent 736e535db2
commit c8cb747c57
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,7 @@
Also, be sure to release on github with the exact assembly version tag as below Also, be sure to release on github with the exact assembly version tag as below
so that the update manager works correctly (via the Github releases api and mimic) so that the update manager works correctly (via the Github releases api and mimic)
--> -->
<Version>5.1.1</Version> <Version>5.1.2</Version>
<AssemblyTitle>TShock for Terraria</AssemblyTitle> <AssemblyTitle>TShock for Terraria</AssemblyTitle>
<Company>Pryaxis &amp; TShock Contributors</Company> <Company>Pryaxis &amp; TShock Contributors</Company>
<Product>TShockAPI</Product> <Product>TShockAPI</Product>

@ -1 +1 @@
Subproject commit 3fc5c0dbfc4e1de5d74c4aaf507d6c4171525eb5 Subproject commit de66a138d64e8ee3945cecc4e9fce6e614d7a481

View file

@ -80,6 +80,9 @@ Use past tense when adding new entries; sign your name off when you add or chang
## Upcoming changes ## Upcoming changes
* Your changes could be here! * Your changes could be here!
## TShock 5.1.2
* Added support for Terraria 1.4.4.8.1 via OTAPI 3.1.19. (@SignatureBeef)
## TShock 5.1.1 ## TShock 5.1.1
* Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready) * Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready)
* Excluded GeoIP.dat from release bundle. (@SignatureBeef) * Excluded GeoIP.dat from release bundle. (@SignatureBeef)