Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicAndTrick committed Dec 12, 2021
1 parent e9b1304 commit 6075b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sledge.Formats.GameData/Sledge.Formats.GameData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion></AssemblyVersion>
<Version>1.0.0</Version>
<Version>1.0.4</Version>
<Authors>LogicAndTrick</Authors>
<Description>An FGD parser. Currently supports Worldcraft, JACK, and TrenchBroom FGD formats.</Description>
<Copyright>2021 LogicAndTrick</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Sledge.Formats/Sledge.Formats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReleaseNotes>Update the serialised object formatter to use a tokeniser instead of the string parsing method</PackageReleaseNotes>
<PackageLicenseFile></PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 6075b7b

Please sign in to comment.