Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbennani committed Feb 22, 2024
1 parent e395e19 commit 53a9288
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Abstractions/Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PalworldDataExtractor.Abstractions</RootNamespace>
<AssemblyName>PalworldDataExtractor.Abstractions</AssemblyName>
<PackageId>PalworldDataExtractor.Abstractions</PackageId>
<Version>0.4.4</Version>
<Version>0.5.0</Version>
<Title>Palworld Data Extractor</Title>
<Authors>Ismail Bennani</Authors>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion Lib/Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PalworldDataExtractor</RootNamespace>
<AssemblyName>PalworldDataExtractor.Lib</AssemblyName>
<PackageId>PalworldDataExtractor.Lib</PackageId>
<Version>0.4.4</Version>
<Version>0.5.0</Version>
<Title>Palworld Data Extractor</Title>
<Authors>Ismail Bennani</Authors>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion Lib/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace PalworldDataExtractor;

public static class Metadata
{
public const string Version = "0.4.4";
public const string Version = "0.5.0";
public const string Author = "Ismail Bennani";
public const string Repository = "https://github.com/PalworldDataTools/PalworldDataExtractor";
}

0 comments on commit 53a9288

Please sign in to comment.