diff --git a/McuManager.podspec b/McuManager.podspec index b3265fa..b3ea4cc 100644 --- a/McuManager.podspec +++ b/McuManager.podspec @@ -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' diff --git a/README.md b/README.md index 3bda650..0e3fa8b 100644 --- a/README.md +++ b/README.md @@ -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