Skip to content

Commit

Permalink
Revert "Updating to 2.1.0"
Browse files Browse the repository at this point in the history
This reverts commit 28e2760.
  • Loading branch information
Conrad Stoll committed May 23, 2017
1 parent 28e2760 commit 9df3769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MMWormhole.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br/>
Expand Down

0 comments on commit 9df3769

Please sign in to comment.