Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Mar 21, 2021
1 parent c364602 commit f1ca51b
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.8.0 (2021-03-21)

* Print a warning when no power when running connect, disconnect, inquiry and pair commands [#50](https://github.com/toy/blueutil/issues/50) [@toy](https://github.com/toy)
* Fix check for RSSI equality when waiting for device [@toy](https://github.com/toy)
* Support US spelling favorite for switches including favourite [#49](https://github.com/toy/blueutil/issues/49) [@toy](https://github.com/toy)
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-2020 Ivan Kuchin
Copyright (c) 2011-2021 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 @@ -160,4 +160,4 @@ To release new version:
## Copyright

Originally written by Frederik Seiffert [email protected] http://www.frederikseiffert.de/blueutil/
Copyright (c) 2011-2020 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
Copyright (c) 2011-2021 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-2020 Ivan Kuchin. See <LICENSE.txt> for details.
// Copyright (c) 2011-2021 Ivan Kuchin. See <LICENSE.txt> for details.

#define VERSION "2.7.0"
#define VERSION "2.8.0"

#import <IOBluetooth/IOBluetooth.h>

Expand Down

0 comments on commit f1ca51b

Please sign in to comment.