Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 87148ca

Browse files
committed
2.0.1 version
1 parent b06eaeb commit 87148ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CariocaMenu.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CariocaMenu"
3-
s.version = "2.0"
3+
s.version = "2.0.1"
44
s.summary = "The fastest zero-tap navigation menu."
55
s.description = <<-DESC
66
CariocaMenu is a new kind of navigation menu for iOS apps. Everything is based on gestures, making the navigation super easy and fast, from any left/right edge of the screen.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Simply add the following to your project Podfile, and you'll be good to go.
5252
```ruby
5353
use_frameworks!
5454

55-
pod 'CariocaMenu', '~> 2.0'
55+
pod 'CariocaMenu', '~> 2.0.1'
5656
```
5757

5858
### Carthage

0 commit comments

Comments
 (0)