From ac7c9d095ddbaf61477d631e396cc2d821dcd5b3 Mon Sep 17 00:00:00 2001 From: KeviM Date: Thu, 14 May 2026 01:18:00 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20bump=20README=20install=20snippet=20v0.?= =?UTF-8?q?1.1=20=E2=86=92=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 608ccea..6fd24f7 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ make coverage # Code coverage report (requires lcov) include(FetchContent) FetchContent_Declare(ncei-cpp GIT_REPOSITORY https://github.com/Reddimus/ncei-cpp.git - GIT_TAG v0.1.1 + GIT_TAG v0.2.0 ) FetchContent_MakeAvailable(ncei-cpp) target_link_libraries(myapp PRIVATE ncei)