Skip to content

Commit a3f53a8

Browse files
authored
Update README.md
1 parent 35c33c1 commit a3f53a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Via FetchContent:
201201
include(FetchContent)
202202
FetchContent_Declare(vnm_plot
203203
GIT_REPOSITORY https://github.com/imakris/vnm_plot.git
204-
GIT_TAG 1.0.2
204+
GIT_TAG 1.0.4
205205
)
206206
FetchContent_MakeAvailable(vnm_plot)
207207
target_link_libraries(your_app PRIVATE vnm_plot::core) # standalone core library

0 commit comments

Comments
 (0)