Prepare for release v6 (#35)

This commit is contained in:
jellyfin-bot 2024-05-11 20:14:54 -04:00 committed by GitHub
parent ca8e750b57
commit 42cdcbe8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>5.0.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<Version>6.0.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
---
name: "Simkl"
guid: "07CAEF58-A94B-4211-A62C-F9774E04EBDB"
version: 5
version: 6
targetAbi: "10.9.0.0"
owner: "crobibero"
overview: "Scrobble to Simkl"
@ -13,4 +13,4 @@ framework: "net8.0"
artifacts:
- "Jellyfin.Plugin.Simkl.dll"
changelog: |-
- 10.9 (#32) @crobibero
- Fix 10.9 support (#34) @crobibero