From 72b672e3adfdb0af357bfcebd4ef185429076405 Mon Sep 17 00:00:00 2001 From: Kevin Lundberg Date: Tue, 23 Apr 2024 15:35:38 -0400 Subject: [PATCH] Bump podspect version --- CombineCoreBluetooth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CombineCoreBluetooth.podspec b/CombineCoreBluetooth.podspec index 9c35379..6cb6cc6 100644 --- a/CombineCoreBluetooth.podspec +++ b/CombineCoreBluetooth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'CombineCoreBluetooth' - spec.version = '0.7.2' + spec.version = '0.8.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' }