Skip to content

Commit

Permalink
Prepare v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Oct 29, 2024
1 parent a4bb150 commit 21ce302
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.3

- Update to VSCP framework v2.0.3, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there.
- Deprecated "dataNum" replaced with "dataSize". Thanks to michpro!

## 2.0.2

- Update to VSCP framework v2.0.2, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.2) there.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscp-arduino",
"version": "2.0.2",
"version": "2.0.3",
"keywords": "vscp, arduino-library, vscp-arduino, automation, home automation",
"description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.",
"repository": {
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=VSCP
version=2.0.2
version=2.0.3
author=Andreas Merkle
maintainer=Andreas Merkle <[email protected]>
sentence=Very Simple Control Protocol L1 framework for all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern "C"
#define VSCP_CORE_VERSION_STR "v1.13.1"

/** VSCP framework version string */
#define VSCP_CORE_FRAMEWORK_VERSION "v2.0.2"
#define VSCP_CORE_FRAMEWORK_VERSION "v2.0.3"

/*******************************************************************************
MACROS
Expand Down

0 comments on commit 21ce302

Please sign in to comment.