Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Apr 21, 2020
1 parent 411a595 commit e9f1e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion McuManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'McuManager'
s.version = '0.9.0'
s.version = '0.10.0'
s.license = { :type => "Apache 2.0", :file => 'LICENSE' }
s.summary = 'A mobile management library for devices running Apache Mynewt or Zephyr'
s.homepage = 'https://github.com/JuulLabs-OSS/mcumgr-ios'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ A transport agnostic implementation of the McuManager protocol (aka Newt Manager
### CocoaPods

```
pod 'McuManager', '~> 0.9.0'
pod 'McuManager', '~> 0.10.0'
```

### Carthage

```
github "JuulLabs-OSS/mcumgr-ios" ~> 0.9.0
github "JuulLabs-OSS/mcumgr-ios" ~> 0.10.0
```

# Introduction
Expand Down

0 comments on commit e9f1e4f

Please sign in to comment.