Skip to content

Commit 00b712b

Browse files
committed
v2.11.0
1 parent 0caad58 commit 00b712b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
## v2.11.0 (2025-01-18)
6+
57
* Inform the user on receiving abort signal, that it may be due to absence of permission [#95](https://github.com/toy/blueutil/issues/95) [@toy](https://github.com/toy)
68

79
## v2.10.0 (2024-04-28)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Originally written by Frederik Seiffert <ego@frederikseiffert.de>
22

3-
Copyright (c) 2011-2024 Ivan Kuchin
3+
Copyright (c) 2011-2025 Ivan Kuchin
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ open "https://github.com/toy/blueutil/releases/new?tag=$(git describe --tags --a
177177

178178
Originally written by Frederik Seiffert ego@frederikseiffert.de http://www.frederikseiffert.de/blueutil/
179179

180-
Copyright (c) 2011-2024 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
180+
Copyright (c) 2011-2025 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.

blueutil.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
// Originally written by Frederik Seiffert <ego@frederikseiffert.de> http://www.frederikseiffert.de/blueutil/
88
//
9-
// Copyright (c) 2011-2024 Ivan Kuchin. See <LICENSE.txt> for details.
9+
// Copyright (c) 2011-2025 Ivan Kuchin. See <LICENSE.txt> for details.
1010

11-
#define VERSION "2.10.0"
11+
#define VERSION "2.11.0"
1212

1313
#import <IOBluetooth/IOBluetooth.h>
1414

0 commit comments

Comments
 (0)