From 4d6ca08e2b1b1a4ba89aec7533449f63017885bf Mon Sep 17 00:00:00 2001 From: yoziru Date: Fri, 26 Jul 2024 11:22:15 +0200 Subject: [PATCH] bump 2.1.0 --- CMakeLists.txt | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1470035..d814533 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22) include(FetchContent) project(TeslaBLE - VERSION 2.0.3 + VERSION 2.1.0 DESCRIPTION "CPP Tesla BLE Library" LANGUAGES CXX C ) diff --git a/library.json b/library.json index 16c0af4..28cd788 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TeslaBLE", - "version": "2.0.3", + "version": "2.1.0", "description": "This CPP library facilitates direct communication with Tesla vehicles via the BLE API. It offers fundamental features such as unlocking/locking, opening the trunk, and more. The library's capabilities are contingent on the range of actions implemented by Tesla, which is the only limitation at present.", "keywords": "tesla, ble", "repository": {