diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58256be326b592ab457b82588b9ec0bbdee03ce9..92ace26c3ea0a316899789b216c2033d9e6a6c0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.28)
 
 include("./cmake/HandlePolicies.cmake" NO_POLICY_SCOPE)
 
-project(LoadStaticSharedTargets VERSION 1.5.1 LANGUAGES NONE)
+project(LoadStaticSharedTargets VERSION 1.5.2 LANGUAGES NONE)
 
 include(GNUInstallDirs)
 
diff --git a/README.md b/README.md
index e7fd8761d57d841801551c49f418fbeda8116209..31e8a0b46025a43abf0b6318fb6a951945b23c9d 100644
--- a/README.md
+++ b/README.md
@@ -91,9 +91,9 @@ include(FetchContent)
 FetchContent_Declare(
     LoadStaticSharedTargets
     GIT_REPOSITORY "https://github.com/lepus2589/LoadStaticSharedTargets.git"
-    GIT_TAG v1.5.0
+    GIT_TAG v1.5.2
     SYSTEM
-    FIND_PACKAGE_ARGS 1.5.0 CONFIG NAMES LoadStaticSharedTargets
+    FIND_PACKAGE_ARGS 1.5.2 CONFIG NAMES LoadStaticSharedTargets
 )
 set(LoadStaticSharedTargets_INCLUDE_PACKAGING TRUE)
 FetchContent_MakeAvailable(LoadStaticSharedTargets)