Skip to content

Commit

Permalink
Update version to 1.6.4 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Dec 6, 2023
1 parent 047279b commit 8798bca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Theengs Decoder library translates these data chains into human readable data le

It's also a simplified way of defining the thing properties and how to decode these.

Theengs Decoder supports the decoding of [more than 80 Bluetooth devices](https://decoder.theengs.io/devices/devices.html).
Theengs Decoder supports the decoding of [more than 90 Bluetooth devices](https://decoder.theengs.io/devices/devices.html).

Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on a PC or on a Unix server.
Unit testing assures that the modification done on the library doesn't affect previous capabilities.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Theengs Decoder library translates these data chains into human readable data le

It's also a simplified way of defining the thing properties and how to decode these.

Theengs Decoder supports the decoding of [more than 80 Bluetooth devices](https://decoder.theengs.io/devices/devices.html).
Theengs Decoder supports the decoding of [more than 90 Bluetooth devices](https://decoder.theengs.io/devices/devices.html).

Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on a PC or on a Unix server.
Unit testing assures that the modification done on the library doesn't affect previous capabilities.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/theengs/decoder.git"
},
"version": "1.6.3",
"version": "1.6.4",
"authors":
[
{
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=TheengsDecoder
version=1.6.3
version=1.6.4
author=Florian Robert, Ryan Powell
maintainer=Florian Robert
sentence=A simple, efficient, portable and lightweight library for Internet of Things messages decoding.
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

project(decoder VERSION 1.6.3)
project(decoder VERSION 1.6.4)
find_package(PythonExtensions REQUIRED)

add_library(_decoder MODULE TheengsDecoder/_decoder.cpp src/decoder.cpp)
Expand Down

0 comments on commit 8798bca

Please sign in to comment.