diff --git a/CMakeLists.txt b/CMakeLists.txt
index b729fa0e3aa2be2cf76e6528b0a77e46d432a884..33c8a7e0e508df6eece19387286436df9ba4fd9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.25)
 #     cmake_policy(VERSION 3.24)
 # endif()
 
-project(LoadStaticSharedTargets VERSION 1.3.0 LANGUAGES NONE)
+project(LoadStaticSharedTargets VERSION 1.4.0 LANGUAGES NONE)
 
 include(GNUInstallDirs)
 
diff --git a/LICENSE b/LICENSE
index 28e728fb7177436787e35418a01f9e6dbc43732e..2dbd33aff30af547ad95313473d1a4df0dac6c5e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2022 Tim Haase
+Copyright (c) 2024 Tim Kaune
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 65dae6185e6ffa923b52791e88b02f887029859e..9f14a20e71ecf3844d83af6c685da82c228e91a6 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ include(FetchContent)
 FetchContent_Declare(
     LoadStaticSharedTargets
     GIT_REPOSITORY "https://github.com/lepus2589/LoadStaticSharedTargets.git"
-    GIT_TAG v1.3
+    GIT_TAG v1.4
     FIND_PACKAGE_ARGS NAMES LoadStaticSharedTargets CONFIG
 )
 set(LoadStaticSharedTargets_INCLUDE_PACKAGING TRUE)