Skip to content

Commit dacfbd8

Browse files
Create release 1.1.6 (#57)
1 parent 26cba9a commit dacfbd8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

BlueSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = 'BlueSwift'
4-
spec.version = '1.1.5'
4+
spec.version = '1.1.6'
55
spec.summary = 'Easy and lightweight CoreBluetooth wrapper written in Swift'
66
spec.homepage = 'https://github.com/netguru/BlueSwift'
77

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.1.6] - 2023-10-27
5+
6+
### Changed
7+
8+
- Fix Swift 5.9 (Xcode 15) build error caused by `Data(bytes:count:)` initializer.
9+
410
## [1.1.5] - 2023-01-24
511

612
### Changed

Configurations/Common/Common-Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "../xcconfigs/Common/Common.xcconfig"
77

8-
_BUILD_VERSION = 1.1.5
8+
_BUILD_VERSION = 1.1.6
99
_BUILD_NUMBER = 1
1010

1111
_DEPLOYMENT_TARGET_IOS = 11.0

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Just drop the line below to your Podfile:
9595

9696
`pod 'BlueSwift'`
9797

98-
(but probably you'd like to pin it to the nearest major release, so `pod 'BlueSwift' , '~> 1.1.5'`)
98+
(but probably you'd like to pin it to the nearest major release, so `pod 'BlueSwift' , '~> 1.1.6'`)
9999

100100
### ![](https://img.shields.io/badge/carthage-compatible-green.svg)
101101

102102
The same as with Cocoapods, insert the line below to your Cartfile:
103103

104104
`github 'netguru/BlueSwift'`
105105

106-
, or including version - `github 'netguru/BlueSwift' ~> 1.1.5`
106+
, or including version - `github 'netguru/BlueSwift' ~> 1.1.6`
107107

108108
## 📄 License
109109

0 commit comments

Comments
 (0)