From 4d8f058c834060a25cd63fc9178bf0005cd5cecf Mon Sep 17 00:00:00 2001 From: Divarion-D Date: Sun, 7 Sep 2025 12:43:04 +0300 Subject: [PATCH] Bump version to 1.1.0 --- src/www/constants.php | 2 +- src/www/stream/init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/constants.php b/src/www/constants.php index 160ad04..fd1ffdc 100644 --- a/src/www/constants.php +++ b/src/www/constants.php @@ -22,7 +22,7 @@ if (!defined('TMP_PATH')) { } define('DEVELOPMENT', false); -define('XC_VM_VERSION', '1.0.4'); +define('XC_VM_VERSION', '1.1.0'); define('GIT_OWNER', 'Vateron-Media'); define('GIT_REPO_MAIN', 'XC_VM'); define('GIT_REPO_UPDATE', 'XC_VM_Update'); diff --git a/src/www/stream/init.php b/src/www/stream/init.php index ff7d8da..05686c9 100644 --- a/src/www/stream/init.php +++ b/src/www/stream/init.php @@ -35,7 +35,7 @@ if (!defined('TMP_PATH')) { define('TMP_PATH', MAIN_HOME . 'tmp/'); } -define('XC_VM_VERSION', '1.0.4'); +define('XC_VM_VERSION', '1.1.0'); define('CONFIG_PATH', MAIN_HOME . 'config/'); define('BIN_PATH', MAIN_HOME . 'bin/'); define('INCLUDES_PATH', MAIN_HOME . 'includes/');