From 9df3769d620522fc91719514d70ef869542c4132 Mon Sep 17 00:00:00 2001 From: Conrad Stoll Date: Mon, 22 May 2017 20:12:40 -0500 Subject: [PATCH] Revert "Updating to 2.1.0" This reverts commit 28e2760cff12a7a1a73700adc967516e21f4fe7e. --- MMWormhole.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MMWormhole.podspec b/MMWormhole.podspec index 6fed384..0f929da 100644 --- a/MMWormhole.podspec +++ b/MMWormhole.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MMWormhole' - s.version = '2.1.0' + s.version = '2.0.0' s.license = 'MIT' s.summary = 'Message passing between apps and extensions.' s.homepage = 'https://github.com/mutualmobile/MMWormhole' diff --git a/README.md b/README.md index 5ad12d3..90e3fd3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The MMWormhole Example app will only work with your shared App Group identifiers You can install Wormhole in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods): ```Ruby -pod 'MMWormhole', '~> 2.1.0' +pod 'MMWormhole', '~> 2.0.0' ``` [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)