Skip to content

Commit

Permalink
Bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
klundberg committed Jul 20, 2023
1 parent 7b2ef9e commit 718fbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/Packages
xcuserdata
.swiftpm
/Carthage
/Carthage
.vscode
2 changes: 1 addition & 1 deletion CombineCoreBluetooth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'CombineCoreBluetooth'
spec.version = '0.4.0'
spec.version = '0.5.0'
spec.summary = 'A wrapper API for CoreBluetooth using Combine Publishers.'
spec.homepage = 'https://github.com/StarryInternet/CombineCoreBluetooth'
spec.author = { 'Kevin Lundberg' => 'klundberg@starry.com' }
Expand Down

0 comments on commit 718fbef

Please sign in to comment.