Skip to content

Commit

Permalink
Bump version to 1.2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Nov 4, 2022
1 parent cef190e commit d6ced7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASFFreeGames/ASFFreeGamesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private async Task<int> CollectGames(IEnumerable<Bot> bots, CollectGameRequestSo
else {
if ((requestSource != CollectGameRequestSource.RequestedByUser) && (resp?.Contains("RateLimited", StringComparison.InvariantCultureIgnoreCase) ?? false)) {
if (VerboseLog) {
bot.ArchiLogger.LogGenericWarning("[FreeGames] Rate limit reached skipping remaining games...", nameof(CollectGames));
bot.ArchiLogger.LogGenericWarning("[FreeGames] Rate limit reached ! Skipping remaining games...", nameof(CollectGames));
}

break;
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<PluginName>ASFFreeGames</PluginName>
<Version>1.2.7.0</Version>
<Version>1.2.8.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit d6ced7e

Please sign in to comment.