Skip to content

Commit 8662d2e

Browse files
committed
bump 2.0.1
1 parent ae66368 commit 8662d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)
22

33
include(FetchContent)
44
project(TeslaBLE
5-
VERSION 2.0.0
5+
VERSION 2.0.1
66
DESCRIPTION "CPP Tesla BLE Library"
77
LANGUAGES CXX C
88
)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TeslaBLE",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"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.",
55
"keywords": "tesla, ble",
66
"repository": {

0 commit comments

Comments
 (0)