mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-26 23:50:26 +00:00
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:
parent
be26bb3b7d
commit
2ec31c8d90
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user