Skip to content

Commit 2a8a9cf

Browse files
authored
Update version to 1.8.3 (#597)
1 parent 50f9ab2 commit 2a8a9cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/theengs/decoder.git"
99
},
10-
"version": "1.8.2",
10+
"version": "1.8.3",
1111
"authors":
1212
[
1313
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TheengsDecoder
2-
version=1.8.2
2+
version=1.8.3
33
author=Florian Robert, Ryan Powell
44
maintainer=Florian Robert
55
sentence=A simple, efficient, portable and lightweight library for Internet of Things messages decoding.

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.3)
22

3-
project(decoder VERSION 1.8.2)
3+
project(decoder VERSION 1.8.3)
44
find_package(PythonExtensions REQUIRED)
55

66
add_library(_decoder MODULE TheengsDecoder/_decoder.cpp src/decoder.cpp)

0 commit comments

Comments
 (0)