Bump version to 21

This commit is contained in:
jellyfin-bot 2024-09-19 18:23:55 +00:00
parent c7800c2648
commit c81fa8a9e9
2 changed files with 7 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>20.0.0.0</Version>
<AssemblyVersion>20.0.0.0</AssemblyVersion>
<FileVersion>20.0.0.0</FileVersion>
<Version>21.0.0.0</Version>
<AssemblyVersion>21.0.0.0</AssemblyVersion>
<FileVersion>21.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,8 +1,8 @@
name: "Open Subtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
version: 20
targetAbi: "10.9.0.0"
version: 21
targetAbi: "10.9.11.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Download subtitles for your media"
@ -11,7 +11,5 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
changelog: |-
- 10.9 (#145) @crobibero
### Dependency updates ###
- chore(deps): update xunit-dotnet monorepo (#117) @renovate
- Better logging (#152) @MBR-0001
- Fix loading message and save button (#149) @chiragkrishna