Bump version to 7

Fixes the incorrect AssemblyVersion and FileVersion from the v6 release,
which was causing issues with updates on startup.
This commit is contained in:
Joshua M. Boniface 2020-03-20 17:58:55 -04:00
parent be26bb3b7d
commit 2ec31c8d90
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Anime</RootNamespace>
<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
<AssemblyVersion>7.0.0</AssemblyVersion>
<FileVersion>7.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>

View File

@ -1,7 +1,7 @@
---
name: "jellyfin-plugin-anime"
guid: "a4df60c5-6ab4-412a-8f79-2cab93fb2bc5"
version: "6"
version: "7"
jellyfin_version: "10.5.0"
owner: "jellyfin"
nicename: "Anime"