Skip to content

Commit eab3d7a

Browse files
authored
v0.8.7 - Comic Metadata Downloading, Reading Profiles, Browse by Genre and More (#3888)
1 parent 1389eb6 commit eab3d7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
label: Kavita Version Number - If you don't see your version number listed, please update Kavita and see if your issue still persists.
2929
multiple: false
3030
options:
31-
- 0.8.6.2 - Stable
31+
- 0.8.7 - Stable
3232
- Nightly Testing Branch
3333
validations:
3434
required: true

Kavita.Common/Kavita.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Company>kavitareader.com</Company>
55
<Product>Kavita</Product>
6-
<AssemblyVersion>0.8.6.20</AssemblyVersion>
6+
<AssemblyVersion>0.8.7.0</AssemblyVersion>
77
<NeutralLanguage>en</NeutralLanguage>
88
<TieredPGO>true</TieredPGO>
99
</PropertyGroup>
@@ -20,4 +20,4 @@
2020
</PackageReference>
2121
<PackageReference Include="xunit.assert" Version="2.9.3" />
2222
</ItemGroup>
23-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)