Skip to content

Commit

Permalink
chore(release): Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
summershrimp committed Nov 5, 2022
1 parent adff00b commit 4c1d914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down Expand Up @@ -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()
endif()

0 comments on commit 4c1d914

Please sign in to comment.