Skip to content

Commit

Permalink
Bug fix. Audible's api acts weird when page count gets to ~400
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed May 16, 2024
1 parent f9340db commit 4539042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/AppScaffolding/AppScaffolding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.12.1</Version>
<Version>11.3.13.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="11.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Source/AudibleUtilities/AudibleUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AudibleApi" Version="9.1.1.1" />
<PackageReference Include="AudibleApi" Version="9.1.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4539042

Please sign in to comment.