From 62c9c42edebba59f0371cd6f3844fe358952e01f Mon Sep 17 00:00:00 2001 From: Wilson Ding Date: Tue, 20 Mar 2018 12:43:42 -0500 Subject: [PATCH] 0.0.7 --- MultiPeer.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiPeer.podspec b/MultiPeer.podspec index ab9c3c4..64b8580 100644 --- a/MultiPeer.podspec +++ b/MultiPeer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MultiPeer" - s.version = "0.0.6" + s.version = "0.0.7" s.summary = "MultiPeer makes it easy to automatically connect to multiple nearby devices and share information using MultipeerConnectivity." s.description = "MultiPeer is a wrapper for the MultipeerConnectivity framework for offline data transmission between devices. This framework makes it easy to automatically connect to multiple nearby devices and share information using either bluetooth or wifi radios." s.homepage = "https://github.com/dingwilson/MultiPeer"