Skip to content

Commit

Permalink
Bump version: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Oct 26, 2024
1 parent 2c876f8 commit 804f018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlueConnect.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueConnect"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "A modern approach to Bluetooth LE connectivity built around CoreBluetooth"
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/danielepantaleone/BlueConnect"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,14 @@ You can create mock versions of your central manager and peripheral(s) and suppl
### Cocoapods

```ruby
pod 'BlueConnect', '~> 1.0.0'
pod 'BlueConnect', '~> 1.1.0'
```

### Swift Package Manager

```swift
dependencies: [
.package(url: "https://github.com/danielepantaleone/BlueConnect.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/danielepantaleone/BlueConnect.git", .upToNextMajor(from: "1.1.0"))
]
```

Expand Down

0 comments on commit 804f018

Please sign in to comment.