Skip to content

Commit

Permalink
Merge pull request #25 from jellyfin/v4-prep
Browse files Browse the repository at this point in the history
Bump version to v4 for next release prep
  • Loading branch information
crobibero authored Mar 11, 2021
2 parents 1445adf + f67f908 commit 6027182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Plugin.Tvdb/Jellyfin.Plugin.Tvdb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
version: "3.0.0.0"
version: "4.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
Expand Down

0 comments on commit 6027182

Please sign in to comment.