Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.3.0 -> 0.3.1
  • Loading branch information
yiyungent committed Jul 26, 2024
1 parent a2f942f commit 32045ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Afdian.Sdk/Afdian.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>爱发电 非官方 .NET SDK</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Afdian.Sdk/AfdianClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public AfdianClient(string userId, string token)
{
this.UserId = userId;
this.Token = token;
this.ApiBaseUrl = "https://afdian.net/api/open/";
this.ApiBaseUrl = "https://afdian.com/api/open/";
}
#endregion

Expand Down

0 comments on commit 32045ea

Please sign in to comment.