Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3bingham committed Jul 24, 2020
1 parent 95e39f4 commit 6e9e9fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Apps/Extract/Extract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apps/Record/Record.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apps/Redact/Redact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apps/Watch/Watch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TibiaAPI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Global
SolutionGuid = {779085CF-5BE0-48BA-A204-511A8914A67C}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.1.0
version = 0.1.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion TibiaAPI/TibiaAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>OXGaming.TibiaAPI</RootNamespace>
<Authors>jo3bingham</Authors>
<Company>OXGaming</Company>
<ReleaseVersion>0.1.0</ReleaseVersion>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>

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

0 comments on commit 6e9e9fe

Please sign in to comment.