Skip to content

Commit 12d46bd

Browse files
committed
Release 2.5.3.0
1 parent 100f430 commit 12d46bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Download Dalamud
2929
run: |
30-
wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip
30+
wget https://goatcorp.github.io/dalamud-distrib/latest.zip
3131
unzip latest.zip -d dalamud/
3232
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV
3333

Craftimizer/Craftimizer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Authors>Asriel Camora</Authors>
5-
<Version>2.5.2.0</Version>
5+
<Version>2.5.3.0</Version>
66
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
77
<Configurations>Debug;Release</Configurations>
88
</PropertyGroup>

0 commit comments

Comments
 (0)