Skip to content

Commit

Permalink
bump version 5.6.1
Browse files Browse the repository at this point in the history
Upgrade Sonos API to fix search in service.
  • Loading branch information
janbar committed Nov 21, 2023
1 parent 8858849 commit ca57cb1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if(IOS OR ANDROID)
set(QT_STATICPLUGIN ON CACHE BOOL "Build static plugins" FORCE)
endif()

set(APP_VERSION "5.6.0")
set(APP_VERSION_CODE 103)
set(APP_VERSION "5.6.1")
set(APP_VERSION_CODE 104)
set(APP_ID "io.github.janbar.noson")
set(APP_NAME "noson")

Expand Down Expand Up @@ -163,7 +163,7 @@ if(QT_STATICPLUGIN)
else()
add_custom_target(
"run"
QML2_IMPORT_PATH=${PLUGINS_BINARY_DIR} ${CMAKE_BINARY_DIR}/gui/noson-gui
QML2_IMPORT_PATH=${PLUGINS_BINARY_DIR} ${CMAKE_BINARY_DIR}/gui/noson-gui --debug
DEPENDS noson-gui
NosonApp NosonApp-qmldir
NosonThumbnailer NosonThumbnailer-qmldir
Expand Down
2 changes: 1 addition & 1 deletion backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ message(STATUS "Found Qt5 version ${Qt5Core_VERSION}")

if(NOT BUILD_DEPENDENCIES)
if(NOT BUILD_LIBNOSON)
find_package(noson 2.11 REQUIRED)
find_package(noson 2.12 REQUIRED)
endif()
endif()
if(NOT noson_FOUND)
Expand Down
4 changes: 2 additions & 2 deletions backend/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/noson/CMakeLists.txt)
else()
if(NOT LIBNOSON_GIT_MASTER)
download_project(PROJ noson
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.11.2.tar.gz"
URL_HASH MD5=6bce2735f0464f774641cf180b08c134
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.12.0.tar.gz"
URL_HASH MD5=f98129fcfd33c7071d8de5eef342e7e8
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
UPDATE_DISCONNECTED ON)
else()
Expand Down
Binary file removed backend/lib/noson-2.11.2.tar.gz
Binary file not shown.
Binary file added backend/lib/noson-2.12.0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions noson.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2023-11-21" version="5.6.1"/>
<release date="2023-09-30" version="5.6.0"/>
<release date="2023-09-25" version="5.5.1"/>
<release date="2023-09-23" version="5.5.0"/>
Expand Down

0 comments on commit ca57cb1

Please sign in to comment.