From 60d6307ac6793b25170b917d4def673245a43d69 Mon Sep 17 00:00:00 2001 From: A1mDev <33463136+A1mDev@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:28:38 +0700 Subject: [PATCH] Bump version --- product.version | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product.version b/product.version index 589268e..6261a05 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/src/version.h b/src/version.h index eebe419..09523cb 100644 --- a/src/version.h +++ b/src/version.h @@ -18,9 +18,9 @@ #define SM_BUILD_TAG "-manual" #define SM_BUILD_UNIQUEID "[MANUAL BUILD]" -#define SM_VERSION "1.3.0" +#define SM_VERSION "1.3.1" #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG -#define SM_FILE_VERSION 1,3,0,0 +#define SM_FILE_VERSION 1,3,1,0 #endif