Bump version to 4 (#26)

This commit is contained in:
jellyfin-bot 2023-11-21 09:19:22 -05:00 committed by GitHub
parent 02e2d0990c
commit 8957a90de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>3.0.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,8 +1,8 @@
---
name: "Simkl"
guid: "07CAEF58-A94B-4211-A62C-F9774E04EBDB"
version: 3
targetAbi: "10.8.1.0"
version: 4
targetAbi: "10.8.11.0"
owner: "crobibero"
overview: "Scrobble to Simkl"
description: >
@ -13,8 +13,8 @@ framework: "net6.0"
artifacts:
- "Jellyfin.Plugin.Simkl.dll"
changelog: |2-
### Bug Fixes ###
- Fix auth against Simkl api (#17) @crobibero
### New features and improvements ###
- fixed json case + added episode ids + empty response error (#25) @ekleop
### CI & build changes ###
- fix: meta ci workflows (#15) @h1dden-da3m0n
### Bug Fixes ###
- fixed json case + added episode ids + empty response error (#25) @ekleop