Skip to content

Commit

Permalink
1.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Nov 17, 2024
1 parent 83e5feb commit a864ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: dotnet restore
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion Penumbra/Penumbra.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"RepoUrl": "https://github.com/xivdev/Penumbra",
"ApplicableVersion": "any",
"Tags": [ "modding" ],
"DalamudApiLevel": 10,
"DalamudApiLevel": 11,
"LoadPriority": 69420,
"LoadState": 2,
"LoadSync": true,
Expand Down
2 changes: 1 addition & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"RepoUrl": "https://github.com/xivdev/Penumbra",
"ApplicableVersion": "any",
"DalamudApiLevel": 10,
"TestingDalamudApiLevel": 10,
"TestingDalamudApiLevel": 11,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
Expand Down

0 comments on commit a864ac1

Please sign in to comment.