Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Aug 20, 2023
1 parent 8202cc7 commit 2705516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

cmake_minimum_required(VERSION 3.0)
project(pebble-le VERSION 0.2.1)
project(pebble-le VERSION 0.2.2)

# Build Options
option(BUILD_UNIT_TESTS "Enable unit tests" OFF)
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Credits also go to [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbrid

## Changelog

### v0.2.2

* Fixed GATT server communication after watch reconnect

### v0.2.1

* Fixed crash upon watch disconnect in optimized build
Expand Down

0 comments on commit 2705516

Please sign in to comment.