Skip to content

Commit

Permalink
Merge pull request #47 from jellyfin/v12
Browse files Browse the repository at this point in the history
Bump plugin version
  • Loading branch information
crobibero authored Jun 19, 2021
2 parents 7ae50ab + f4a6765 commit a5a0374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
<RootNamespace>Jellyfin.Plugin.Reports</RootNamespace>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Reports"
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png"
version: "11.0.0.0"
version: "12.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
Expand All @@ -12,4 +12,4 @@ category: "General"
artifacts:
- "Jellyfin.Plugin.Reports.dll"
changelog: |
changelog
Fix Jellyfin 10.7 compatibility

0 comments on commit a5a0374

Please sign in to comment.