Version Bump 5.0.13

This commit is contained in:
Zarg 2025-01-19 02:12:46 +01:00
parent f5e0b9c674
commit fcaa890966
7 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(stremio VERSION "5.0.12")
project(stremio VERSION "5.0.13")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

View file

@ -63,7 +63,7 @@ using namespace Microsoft::WRL;
#define APP_TITLE "Stremio - Freedom to Stream"
#define APP_NAME "Stremio"
#define APP_CLASS L"Stremio"
#define APP_VERSION "5.0.12"
#define APP_VERSION "5.0.13"
// Please don't take this one main.cpp to seriously this was only a quick 1 week project with the main aspect being functionality not file structure ;)
static TCHAR szWindowClass[] = APP_NAME;
static TCHAR szTitle[] = APP_TITLE;

View file

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>stremio-desktop-v5</id>
<version>5.0.12</version>
<version>5.0.13</version>
<title>Stremio Desktop v5</title>
<authors>Zarg</authors>
<owners>Zarg</owners>

View file

@ -11,12 +11,12 @@ $packageArgs = @{
if ([Environment]::Is64BitOperatingSystem) {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe'
$packageArgs['checksum'] = 'e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x64.exe'
$packageArgs['checksum'] = 'eec67b8979528ad78784012c35725d9930d88802cefb6a5338911aaa7658e5a5'
$packageArgs['checksumType'] = 'sha256'
} else {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe'
$packageArgs['checksum'] = '715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x86.exe'
$packageArgs['checksum'] = 'a0263a7238dc9a7b8868c30467fea0190e6855a397b3f8b72bc4b675cd496e65'
$packageArgs['checksumType'] = 'sha256'
}

View file

@ -1,12 +1,12 @@
{
"version": "5.0.12",
"version": "5.0.13",
"description": "Stremio Desktop v5 Community",
"homepage": "https://github.com/Zaarrg/stremio-desktop-v5",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe",
"hash": "e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x64.exe",
"hash": "eec67b8979528ad78784012c35725d9930d88802cefb6a5338911aaa7658e5a5",
"installer": {
"args": [
"/S"
@ -24,8 +24,8 @@
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe",
"hash": "715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x86.exe",
"hash": "a0263a7238dc9a7b8868c30467fea0190e6855a397b3f8b72bc4b675cd496e65",
"installer": {
"args": [
"/S"

View file

@ -1,13 +1,13 @@
{
"shellVersion": "5.0.12",
"shellVersion": "5.0.13",
"files": {
"windows-x64": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe",
"checksum": "e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x64.exe",
"checksum": "eec67b8979528ad78784012c35725d9930d88802cefb6a5338911aaa7658e5a5"
},
"windows-x86": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe",
"checksum": "715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.13/Stremio.5.0.13-x86.exe",
"checksum": "a0263a7238dc9a7b8868c30467fea0190e6855a397b3f8b72bc4b675cd496e65"
},
"server.js": {
"url": "https://dl.strem.io/server/v4.20.11/desktop/server.js",

View file

@ -1,5 +1,5 @@
{
"upToDate": false,
"versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json",
"signature": "HPabSeveBkHa9ayQbtWU4vz0FEmAyErAMVQcaLjxSGzg5w/63K6UE3k76pS62usiUMPJXrxATxgq/KVUzHMHtGOxJyyOe//xp4IN2zBf4oae4paHdSMI2sRU2Yy5qzuw+kbygB3NKGUyfuRPOtf/kqoKhzx0jfAeZ6F2Q+7e4df6torYD0rPN6Vn0l1yIgtPBfcv5zrqxVIaLQV4AVFV76f4Hw/RFeHwf1JnNUTG0NwgSP17jV9vWA3aPiZCVVv5FCvOh2nrBMnpx66c44zg3XKlS4z0irjLeYBQWNJhB6lBnF5WpR6B23gcCnb+IiI3bZ3AmsmYki7xZtJS1dCKtA=="
"signature": "Zy5iEufXlZduSj2+T88YVfB3zKP2ezSm8o7trUKD5MyBiMO0tcMJsOUD4a9F34AjMOZzDeoHvqHtG/twfdRXiVN8ZclN4enYumbXthoDaOGl4kAEnGcwfqpbSbqiE+QVVFmVpALKnRj3aHjw5mARYC7M6FWOFRmX/sAZfHURAjtg1j6jfWQJt50Vmd5BacpVjWMXVlIxhwNRArBkSPjIojNE3ksEHvga29tKb05mP6iR9eM8yKtCoWcmZ/SMQ1TzqsAk+4jofLeQLFWVScdJYfW/dZg10elovRaB9WHTzsaj2Baqrpg3CUYduYqGCbQm/pUQuP4xApYtPIZ+FFDj9g=="
}