Skip to content

Commit

Permalink
bump version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 17, 2024
1 parent 92da209 commit 9868d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)

include(FetchContent)
project(TeslaBLE
VERSION 2.0.1
VERSION 2.0.2
DESCRIPTION "CPP Tesla BLE Library"
LANGUAGES CXX C
)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TeslaBLE",
"version": "2.0.1",
"version": "2.0.2",
"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": {
Expand Down

0 comments on commit 9868d04

Please sign in to comment.