Fixed a typo in the changelog and ticked assembly version
This commit is contained in:
parent
d72bbb31a6
commit
93cc71a753
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
|
|
||||||
## Upcoming Changes
|
## Upcoming Changes
|
||||||
|
|
||||||
## TShock 4.3.18
|
## TShock 4.3.19
|
||||||
* Compatibility with Terraria 1.3.3.3 (@Simon311)
|
* Compatibility with Terraria 1.3.3.3 (@Simon311)
|
||||||
* API: Version tick 1.25
|
* API: Version tick 1.25
|
||||||
* API: Resolved some issues with the ItemForceIntoChest hook (@WhiteXZ, @Patrikkk)
|
* API: Resolved some issues with the ItemForceIntoChest hook (@WhiteXZ, @Patrikkk)
|
||||||
|
|
|
||||||
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
||||||
// 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)
|
||||||
|
|
||||||
[assembly: AssemblyVersion("4.3.18")]
|
[assembly: AssemblyVersion("4.3.19")]
|
||||||
[assembly: AssemblyFileVersion("4.3.18")]
|
[assembly: AssemblyFileVersion("4.3.19")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue