Skip to content

Commit

Permalink
Up version to 1.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jun 8, 2024
1 parent 3f31831 commit 64af220
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ endif()

set(VERSION_MAJOR 1)
set(VERSION_MINOR 11)
set(VERSION_NANO 0)
set(VERSION_NANO 1)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.11.0")
set(VERSION_STRING_SHORT "1.11.0")
set(CANONICAL_VERSION_STRING "1.11.0")
set(VERSION_STRING "1.11.1")
set(VERSION_STRING_SHORT "1.11.1")
set(CANONICAL_VERSION_STRING "1.11.1")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jellyfin-media-player (1.11.1-1) unstable; urgency=medium

* Fix client not connecting to servers with baseurl set.

-- Izzie Walton <[email protected]> Fri, 07 Jun 2024 10:28:56 -0400

jellyfin-media-player (1.11.0-1) unstable; urgency=medium

* Client now uses jellyfin-web provided by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<category>TV</category>
</categories>
<releases>
<release version="1.11.1" date="2024-06-07">
<description>
<p>Changes:</p>
<ul>
<li>Fix client not connecting to servers with baseurl set.</li>
</ul>
</description>
</release>
<release version="1.11.0" date="2024-06-06">
<description>
<p>Changes:</p>
Expand Down

0 comments on commit 64af220

Please sign in to comment.