From c585dfd930118d8b67ac725cc28731c3b4790aa8 Mon Sep 17 00:00:00 2001 From: Elletra Date: Sat, 19 Oct 2024 13:37:02 -0700 Subject: [PATCH] Version 1.1.1 --- Constants.cs | 2 +- DSO.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Constants.cs b/Constants.cs index f9f2d05..ce1a996 100644 --- a/Constants.cs +++ b/Constants.cs @@ -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 diff --git a/DSO.csproj b/DSO.csproj index f3195a2..616347d 100644 --- a/DSO.csproj +++ b/DSO.csproj @@ -7,9 +7,9 @@ enable true true - 1.1.0 - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 + 1.1.1 dso-sharp DSO Sharp Elletra