Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elletra committed Oct 19, 2024
1 parent 8ffb6d6 commit c585dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace DSO.Constants
static public class Decompiler
{
public const string AUTHOR = "Elletra";
public const string VERSION = "1.1.0";
public const string VERSION = "1.1.1";
public const string EXTENSION = ".dso";

static public class GameVersions
Expand Down
6 changes: 3 additions & 3 deletions DSO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<FileVersion>1.1.0</FileVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<Version>1.1.0</Version>
<FileVersion>1.1.1</FileVersion>
<AssemblyVersion>1.1.1</AssemblyVersion>
<Version>1.1.1</Version>
<PackageId>dso-sharp</PackageId>
<Title>DSO Sharp</Title>
<Authors>Elletra</Authors>
Expand Down

0 comments on commit c585dfd

Please sign in to comment.