Skip to content

Commit 762e406

Browse files
committed
chore: bump version to 1.2.1
1 parent bb28c90 commit 762e406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
project(absscpi
4-
VERSION 1.2.0
4+
VERSION 1.2.1
55
DESCRIPTION "ABS SCPI driver library"
66
HOMEPAGE_URL "https://github.com/BloomyControls/abs-scpi-driver"
77
)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In your CMakeLists.txt, fetch and link with the driver:
133133
```cmake
134134
FetchContent_Declare(abs-driver
135135
GIT_REPOSITORY https://github.com/BloomyControls/abs-scpi-driver.git
136-
GIT_TAG v1.2.0
136+
GIT_TAG v1.2.1
137137
GIT_SHALLOW TRUE
138138
)
139139
FetchContent_MakeAvailable(abs-driver)
@@ -145,7 +145,7 @@ If you have already installed the driver to a standard location on your system,
145145
you can use `find_package` instead:
146146

147147
```cmake
148-
find_package(absscpi 1.2.0 REQUIRED)
148+
find_package(absscpi 1.2.1 REQUIRED)
149149
150150
target_link_libraries(my_program PRIVATE bci::absscpi)
151151
```

0 commit comments

Comments
 (0)