Skip to content

Commit

Permalink
Update server version to v4.20.3 and shell version to 4.4.165
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Dec 18, 2023
1 parent d3adcd4 commit eb6f197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(APPLE)
set(HAVE_FLAG_SEARCH_PATHS_FIRST 0)
endif()

project(stremio VERSION "4.4.164")
project(stremio VERSION "4.4.165")

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")

Expand Down
2 changes: 1 addition & 1 deletion server-url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://dl.strem.io/server/v4.20.2/desktop/server.js
https://dl.strem.io/server/v4.20.3/desktop/server.js
2 changes: 1 addition & 1 deletion stremio.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app

VERSION=4.4.164
VERSION=4.4.165

DEFINES += STREMIO_SHELL_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit eb6f197

Please sign in to comment.