Skip to content

Commit d9b9416

Browse files
author
Richard Puckett
committed
Rev to 0.3.1
1 parent 79b5a6e commit d9b9416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CXTabView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CXTabView"
3-
s.version = "0.3.0"
3+
s.version = "0.3.1"
44
s.summary = "A light-weight component for switching between two modes."
55
s.homepage = "https://github.com/concurlabs/CXTabView"
66
s.license = "Apache 2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A very-specific light-weight component for toggling between a start date and end
1111
#### Podfile
1212
```ruby
1313
platform :ios, '7.0'
14-
pod 'CXTabView', "~> 0.3.0"
14+
pod 'CXTabView', "~> 0.3.1"
1515
```
1616

1717
## Collaboration

0 commit comments

Comments
 (0)