From c13fcdb725fdcc2d9cdbec69ba4ff0ac60c3e9d4 Mon Sep 17 00:00:00 2001 From: DigiH Date: Thu, 9 Nov 2023 22:37:28 +0100 Subject: [PATCH] 1.6.2-beta --- library.json | 2 +- library.properties | 2 +- python/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 3d35c9d27..e5e8ac587 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/theengs/decoder.git" }, - "version": "1.6.2", + "version": "1.6.2-beta", "authors": [ { diff --git a/library.properties b/library.properties index af840a62d..520f7d239 100644 --- a/library.properties +++ b/library.properties @@ -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. diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 259c38108..41121eef3 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -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)