Skip to content

Commit d4028a8

Browse files
authored
v0.8.4 - New Scanner + Browse Authors/Artists + Tons of Bugfixes (#3392)
1 parent 4e6b98e commit d4028a8

File tree

3 files changed

+3
-3
lines changed

3 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 not see your version number listed, please update Kavita and see if your issue still persists.
2929
multiple: false
3030
options:
31-
- 0.8.3 - Stable
31+
- 0.8.4 - 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>net8.0</TargetFramework>
44
<Company>kavitareader.com</Company>
55
<Product>Kavita</Product>
6-
<AssemblyVersion>0.8.3.32</AssemblyVersion>
6+
<AssemblyVersion>0.8.4.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.2" />
2222
</ItemGroup>
23-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)