Skip to content

Commit

Permalink
Release 2.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Nov 24, 2024
1 parent 100f430 commit 12d46bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Download Dalamud
run: |
wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip
wget https://goatcorp.github.io/dalamud-distrib/latest.zip
unzip latest.zip -d dalamud/
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion Craftimizer/Craftimizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Asriel Camora</Authors>
<Version>2.5.2.0</Version>
<Version>2.5.3.0</Version>
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 12d46bd

Please sign in to comment.