Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Update podspec and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmosachin committed Mar 14, 2018
1 parent 73b43bb commit a462415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ VolumeBar is fully documented [here](http://gizmosachin.github.io/VolumeBar/docs
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

pod 'VolumeBar', '~> 3.0'
pod 'VolumeBar', '~> 3.0.1'
```

### [Carthage](https://github.com/Carthage/Carthage)
Expand Down
2 changes: 1 addition & 1 deletion VolumeBar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VolumeBar'
s.version = '3.0'
s.version = '3.0.1'
s.summary = 'A volume indicator that doesn\'t obstruct content.'
s.homepage = 'http://github.com/gizmosachin/VolumeBar'
s.license = 'MIT'
Expand Down

0 comments on commit a462415

Please sign in to comment.