Skip to content

Commit

Permalink
Update for effector v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flybrianfly committed May 11, 2021
1 parent 3834a32 commit b1088b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.0.3
- Update for effector v6.1.0

## v4.0.2
- Pulling in effector v6.0.2

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (DEFINED MCU)
endif()
# Project information
project(Pwm
VERSION 4.0.2
VERSION 4.0.3
DESCRIPTION "PWM actuator library"
LANGUAGES CXX
)
Expand All @@ -25,7 +25,7 @@ if (DEFINED MCU)
FetchContent_Declare(
effector
GIT_REPOSITORY https://github.com/bolderflight/effector.git
GIT_TAG v6.0.2
GIT_TAG v6.1.0
)
FetchContent_MakeAvailable(effector)
# Fetch polytools
Expand Down

0 comments on commit b1088b6

Please sign in to comment.