Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flybrianfly committed Dec 8, 2021
1 parent b7f29b1 commit 3bfa854
Show file tree
Hide file tree
Showing 3 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

## v6.0.1
- Fixing library.properties version number

## v6.0.0
- Merging CMake and Arduino SBUS libraries. Version 6 is the next available version number common between the two.

Expand Down
2 changes: 1 addition & 1 deletion 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(Sbus
VERSION 6.0.0
VERSION 6.0.1
DESCRIPTION "SBUS encoder and decoder"
LANGUAGES C CXX
)
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=6.0.0
version=6.0.1
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 3bfa854

Please sign in to comment.