Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 14, 2023
1 parent f62a428 commit f6bd233
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v2.9.1 (2023-01-14)

* When disconnecting, explicitly wait for device disconnection [#70](https://github.com/toy/blueutil/issues/70) [@toy](https://github.com/toy)

## v2.9.0 (2021-05-23)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Originally written by Frederik Seiffert <[email protected]>

Copyright (c) 2011-2021 Ivan Kuchin
Copyright (c) 2011-2023 Ivan Kuchin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ To release new version:

Originally written by Frederik Seiffert [email protected] http://www.frederikseiffert.de/blueutil/

Copyright (c) 2011-2021 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
Copyright (c) 2011-2023 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
4 changes: 2 additions & 2 deletions blueutil.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
// Originally written by Frederik Seiffert <[email protected]> http://www.frederikseiffert.de/blueutil/
//
// Copyright (c) 2011-2021 Ivan Kuchin. See <LICENSE.txt> for details.
// Copyright (c) 2011-2023 Ivan Kuchin. See <LICENSE.txt> for details.

#define VERSION "2.9.0"
#define VERSION "2.9.1"

#import <IOBluetooth/IOBluetooth.h>

Expand Down

0 comments on commit f6bd233

Please sign in to comment.