Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryConstruct committed Sep 1, 2022
1 parent 290075a commit f6b5ff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[string] $VersionPrefix = "4.9.0",
[string] $VersionPrefix = "4.10.0",
[string] $VersionSuffix = ""
)

Expand Down
2 changes: 1 addition & 1 deletion src/TEdit/TEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DefaultNamespace>TEdit</DefaultNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<VersionPrefix>4.9.0</VersionPrefix>
<VersionPrefix>4.10.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Platforms>AnyCPU</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
2 changes: 1 addition & 1 deletion src/TEdit/Terraria/World.Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ public bool IsV0
public bool IsAndroid
{
get { return _isAndroid; }
set { Set(nameof(_isAndroid), ref _isV0, value); }
set { Set(nameof(_isAndroid), ref _isAndroid, value); }
}


Expand Down

0 comments on commit f6b5ff1

Please sign in to comment.