Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ervie committed Mar 17, 2019
1 parent 5d672c0 commit e01df97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JikanDotNet/JikanDotNet/JikanDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<Authors>Bartłomiej Buchała</Authors>
<Description>A dotnet wrapper for Jikan REST API, fetching data from MyAnimeList.</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -12,8 +12,8 @@
<PackageLicenseUrl>https://github.com/Ervie/jikan.net/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Ervie/jikan.net</PackageProjectUrl>
<PackageIconUrl>https://jikan.moe/assets/images/favicon/apple-touch-icon.png</PackageIconUrl>
<FileVersion>1.2.0.2</FileVersion>
<AssemblyVersion>1.2.0.2</AssemblyVersion>
<FileVersion>1.2.0.3</FileVersion>
<AssemblyVersion>1.2.0.3</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit e01df97

Please sign in to comment.