Skip to content

Commit

Permalink
Version 0.3.15 Release Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Aug 17, 2023
1 parent 5751628 commit b7774a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FFXIVPlugin/XIVDeck.FFXIVPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>XIVDeck Game Plugin</Product>
<Authors>Kaz Wolfe</Authors>
<Company>Blacksite Technologies</Company>
<Version>0.3.14</Version>
<Version>0.3.15</Version>

<AssemblyName>XIVDeck.FFXIVPlugin</AssemblyName>

Expand Down Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="EmbedIO" Version="3.5.2" />

<!-- Dalamud things -->
<PackageReference Include="DalamudPackager" Version="2.1.10" GeneratePathProperty="false" />
<PackageReference Include="DalamudPackager" Version="2.1.11" GeneratePathProperty="false" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>
Expand Down
6 changes: 3 additions & 3 deletions FFXIVPlugin/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
"requested": "[2.1.11, )",
"resolved": "2.1.11",
"contentHash": "9qlAWoRRTiL/geAvuwR/g6Bcbrd/bJJgVnB/RurBiyKs6srsP0bvpoo8IK+Eg8EA6jWeM6/YJWs66w4FIAzqPw=="
},
"EmbedIO": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion SDPlugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazwolfe/xivdeck-sdplugin",
"version": "0.3.14",
"version": "0.3.15",
"private": true,
"license": "MPL",
"scripts": {
Expand Down

0 comments on commit b7774a1

Please sign in to comment.