Skip to content

Commit 4dac45d

Browse files
authored
Bump version to 21 (#150)
1 parent a28c149 commit 4dac45d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>20.0.0.0</Version>
4-
<AssemblyVersion>20.0.0.0</AssemblyVersion>
5-
<FileVersion>20.0.0.0</FileVersion>
3+
<Version>21.0.0.0</Version>
4+
<AssemblyVersion>21.0.0.0</AssemblyVersion>
5+
<FileVersion>21.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Open Subtitles"
22
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
33
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
4-
version: 20
4+
version: 21
55
targetAbi: "10.11.0.0"
66
framework: "net9.0"
77
owner: "jellyfin"
@@ -11,7 +11,7 @@ category: "Subtitles"
1111
artifacts:
1212
- "Jellyfin.Plugin.OpenSubtitles.dll"
1313
changelog: |-
14-
- 10.9 (#145) @crobibero
15-
16-
### Dependency updates ###
17-
- chore(deps): update xunit-dotnet monorepo (#117) @renovate
14+
- Jellyfin 10.11 support (#166) @crobibero
15+
- Fix disposing in OpenSubtitlesRequestHelper (#162) @MBR-0001
16+
- Better logging (#152) @MBR-0001
17+
- Fix loading message and save button (#149) @chiragkrishna

0 commit comments

Comments
 (0)