Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
josdion committed Feb 11, 2024
1 parent cf91626 commit f574554
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © josdion, 2023")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © josdion, 2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Subtitles plugin for emby and jellyfin")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.6.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.6.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.7.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7.0")]
[assembly: System.Reflection.AssemblyProductAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyTitleAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.6.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.7.0")]

2 changes: 1 addition & 1 deletion build.jellyfin.10.8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "subbuzz"
guid: "5aeab01b-2ef8-45c6-bb6b-16ce9cb268d4"
imageUrl: "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png"
version: "1.0.5.0"
version: "1.0.7.0"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "josdion"
Expand Down
2 changes: 1 addition & 1 deletion build.jellyfin.10.9.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "subbuzz"
guid: "5aeab01b-2ef8-45c6-bb6b-16ce9cb268d4"
imageUrl: "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png"
version: "1.0.5.0"
version: "1.0.7.0"
targetAbi: "10.9.0.0"
framework: "net7.0"
owner: "josdion"
Expand Down

0 comments on commit f574554

Please sign in to comment.