Skip to content

Commit

Permalink
Updated core to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flybrianfly committed Oct 11, 2022
1 parent 5187b86 commit 61a9d25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v8.1.3
- Updated core to v3.1.3

## v8.1.2
- Updated core to v3.1.2

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (DEFINED MCU)
set(CMAKE_TOOLCHAIN_FILE "${mcu_support_SOURCE_DIR}/cmake/cortex.cmake")
# Project information
project(Sbus
VERSION 8.1.2
VERSION 8.1.3
DESCRIPTION "SBUS encoder and decoder"
LANGUAGES C CXX
)
Expand All @@ -23,7 +23,7 @@ if (DEFINED MCU)
FetchContent_Declare(
core
GIT_REPOSITORY https://github.com/bolderflight/core.git
GIT_TAG v3.1.2
GIT_TAG v3.1.3
)
FetchContent_MakeAvailable(core)
# Add the library target
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Bolder Flight Systems SBUS
version=8.1.2
version=8.1.3
author=Brian Taylor <[email protected]>
maintainer=Brian Taylor <[email protected]>
sentence=Library for communicating with SBUS receivers and servos.
Expand Down

0 comments on commit 61a9d25

Please sign in to comment.