Skip to content

Commit

Permalink
1.6.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Nov 10, 2023
1 parent 3f226af commit c13fcdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2",
"version": "1.6.2-beta",
"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.2
version=1.6.2-beta
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.2)
project(decoder VERSION 1.6.2-beta)
find_package(PythonExtensions REQUIRED)

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

0 comments on commit c13fcdb

Please sign in to comment.