Skip to content

Commit

Permalink
bump version 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jun 1, 2020
1 parent 02cb6a7 commit 458e089
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if(IOS OR BUILD_SAILFISHOS)
set(QT_STATICPLUGIN ON CACHE BOOL "Build static plugins" FORCE)
endif()

set(APP_VERSION "4.3.3")
set(APP_VERSION_CODE 64)
set(APP_VERSION "4.3.4")
set(APP_VERSION_CODE 65)
set(APP_ID "io.github.janbar.noson")
set(APP_NAME "noson")

Expand Down
4 changes: 2 additions & 2 deletions backend/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ endif()
# Provides dependency noson
if(NOT LIBNOSON_GIT_MASTER)
download_project(PROJ noson
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.3.0-1.tar.gz"
URL_HASH MD5=5a4370acf132ef879a1138f568793a31
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.3.1.tar.gz"
URL_HASH MD5=248c51e951345947f37272c0c5dd52ef
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
UPDATE_DISCONNECTED ON)
else()
Expand Down
Binary file removed backend/lib/noson-2.3.0-1.tar.gz
Binary file not shown.
Binary file added backend/lib/noson-2.3.1.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="2020-06-01" version="4.3.4"/>
<release date="2020-05-06" version="4.3.3"/>
<release date="2020-03-26" version="4.3.2"/>
<release date="2020-01-31" version="4.3.0"/>
Expand Down
4 changes: 2 additions & 2 deletions sailfish/rpm/harbour-noson.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-noson
Version: 4.3.3
Release: 12
Version: 4.3.4
Release: 13
Summary: SONOS device controller
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Sound/Players
Expand Down

0 comments on commit 458e089

Please sign in to comment.