Skip to content

Commit 1c38dff

Browse files
committed
0.4 version released. CHANGELOG updated.
2 parents bcd4b00 + 9996cb1 commit 1c38dff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#0.4.0
2+
- Documentation updated
3+
- Use cases added to example app
4+
- Added convenience methods to peripheral
5+
- Added protocols that are giving user access to convenience API.
16
#0.3.7
27
- Improved APIs of `Characteristic` and `Service`
38
#0.3.5-0.3.6

RxBluetoothKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBluetoothKit"
3-
s.version = "0.3.7"
3+
s.version = "0.4.0"
44
s.summary = "Bluetooth library for RxSwift"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)