Skip to content

Commit 2feac94

Browse files
committed
bump version
1 parent bb87af5 commit 2feac94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CombineCoreBluetooth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CombineCoreBluetooth'
3-
spec.version = '0.2.0'
3+
spec.version = '0.3.0'
44
spec.summary = 'A wrapper API for CoreBluetooth using Combine Publishers.'
55
spec.homepage = 'https://github.com/StarryInternet/CombineCoreBluetooth'
66
spec.author = { 'Kevin Lundberg' => 'klundberg@starry.com' }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CombineCoreBluetooth is a library that bridges Apple's `CoreBluetooth` framework
2020
Add this line to your dependencies list in your Package.swift:
2121

2222
```swift
23-
.package(name: "CombineCoreBluetooth", url: "https://github.com/StarryInternet/CombineCoreBluetooth.git", from: "0.2.0"),
23+
.package(name: "CombineCoreBluetooth", url: "https://github.com/StarryInternet/CombineCoreBluetooth.git", from: "0.3.0"),
2424
```
2525

2626
### Cocoapods

0 commit comments

Comments
 (0)