Skip to content

Commit

Permalink
v0.55.0.1 - Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstar0 committed May 21, 2022
1 parent ee78cf6 commit aabb3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AdventureModeSetup/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum ModTypeFlags {
new ModInfo(
"AdventureMode",
"Adventure Mode - Basics",
new Version( 0, 55, 0 ),
new Version( 0, 55, 0, 1 ),
ModTypeFlags.GameMode | ModTypeFlags.GameRules | ModTypeFlags.Info | ModTypeFlags.Mechanics
| ModTypeFlags.Content
),
Expand Down Expand Up @@ -95,7 +95,7 @@ public enum ModTypeFlags {
new ModInfo(
"HUDElementsLib",
"HUD Elements Lib",
new Version( 5, 0, 0, 1 ),
new Version( 5, 0, 0, 3 ),
ModTypeFlags.ModResource
),
new ModInfo(
Expand Down
2 changes: 1 addition & 1 deletion AdventureModeSetup/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
displayName = Adventure Mode
author = hamstar
version = 0.55.0
version = 0.55.0.1
buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\*
homepage = https://forums.terraria.org/index.php?threads/adventure-mode.85140/

0 comments on commit aabb3c1

Please sign in to comment.