From e9f1e4fcb66d5c379810d91709062b8e0ea914d0 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Tue, 21 Apr 2020 10:56:37 -0700 Subject: [PATCH] Release 0.10.0 --- McuManager.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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