From 4c1d9149f98c56ea05c9b8e82e9f507a88b35182 Mon Sep 17 00:00:00 2001 From: Summer Zhang Date: Sun, 6 Nov 2022 00:22:33 +0800 Subject: [PATCH] chore(release): Prepare for 0.4.0 release --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56760c7..3beb3b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(obs-auto-subtitle VERSION 0.3.0) +project(obs-auto-subtitle VERSION 0.4.0) add_compile_definitions(OBS_SSP_VERSION="${CMAKE_PROJECT_VERSION}") @@ -130,4 +130,4 @@ if(UNIX AND NOT APPLE) install(FILES ${locale_files} DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/obs-auto-subtitle/locale") -endif() \ No newline at end of file +endif()