Procházet zdrojové kódy

[PR] Bump version for release

Plugin windows now use Dalamud's window system, and should remember position and size between plugin loads.
Lilith před 2 roky
rodič
revize
07d1f58aeb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      HuntBuddy/HuntBuddy.csproj

+ 1 - 1
HuntBuddy/HuntBuddy.csproj

@@ -3,7 +3,7 @@
     <PropertyGroup>
         <TargetFramework>net7.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.0.4.2</AssemblyVersion>
+        <AssemblyVersion>1.0.5.0</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>