Skip to content

Commit

Permalink
Prepare for release v13 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Oct 29, 2024
1 parent 25eaafb commit 58fd94a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>12.0.0.0</Version>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
<Version>13.0.0.0</Version>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>
</Project>
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: "Kodi Sync Queue"
guid: "771e19d6-5385-4caf-b35c-28a0e865cf63"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png"
version: 12
version: 13
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -13,4 +13,4 @@ artifacts:
- "Jellyfin.Plugin.KodiSyncQueue.dll"
- "LiteDB.dll"
changelog: |-
- 10.10 support (#97) @crobibero
- Properly add 10.10 support (#100) @crobibero

0 comments on commit 58fd94a

Please sign in to comment.