Skip to content

Commit

Permalink
Replace release 1.8.0 with 1.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 13, 2023
1 parent 4b35708 commit b78e06a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 8)
set(VERSION_NANO 0)
set(VERSION_NANO 1)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.8.0")
set(VERSION_STRING_SHORT "1.8.0")
set(CANONICAL_VERSION_STRING "1.8.0")
set(VERSION_STRING "1.8.1")
set(VERSION_STRING_SHORT "1.8.1")
set(CANONICAL_VERSION_STRING "1.8.1")

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

* Update web client to 10.8.9.
* Add support for Jellyscrub and Skip Intro. (Must be enabled manually,
Expand All @@ -8,7 +8,7 @@ jellyfin-media-player (1.8.0-1) unstable; urgency=medium
* Allow screensaver when video is paused (#276)
* Fix debian package for bookworm.

-- Ian Walton <ian@iwalton.com> Sun, 12 Feb 2023 19:07:42 -0500
-- Ian Walton <ian@iwalton.com> Sun, 13 Feb 2023 05:36:50 -0500

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<category>TV</category>
</categories>
<releases>
<release version="1.8.0" date="2023-02-12">
<release version="1.8.1" date="2023-02-13">
<p>Changes:</p>
<ul>
<li>Update web client to 10.8.9.</li>
Expand Down

0 comments on commit b78e06a

Please sign in to comment.