Skip to content

Commit

Permalink
bump version 5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Mar 3, 2024
1 parent 2359ada commit a5fd133
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 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.5")
set(APP_VERSION_CODE 108)
set(APP_VERSION "5.6.6")
set(APP_VERSION_CODE 109)
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 @@ -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.12.6.tar.gz"
URL_HASH MD5=e24daaa6697791bb1fa841e38f3446b1
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.12.7.tar.gz"
URL_HASH MD5=3ac850c3fbffca2cf38d5d1c95dd1ac3
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
UPDATE_DISCONNECTED ON)
else()
Expand Down
Binary file removed backend/lib/noson-2.12.6.tar.gz
Binary file not shown.
Binary file added backend/lib/noson-2.12.7.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="2024-03-03" version="5.6.6"/>
<release date="2024-02-15" version="5.6.5"/>
<release date="2023-12-19" version="5.6.4"/>
<release date="2023-11-27" version="5.6.3"/>
Expand Down

0 comments on commit a5fd133

Please sign in to comment.