Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing committed Apr 3, 2015
1 parent 4bd3b21 commit ba74a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OcticonsIOS.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "OcticonsIOS"
s.version = "0.0.2"
s.version = "0.0.3"
s.license = { :type => 'apache', :file => 'LICENSE' }
s.summary = "Add GitHub's Octions to your project"
s.homepage = "https://github.com/jacksonh/OcticonIOS"
s.author = { "Jackson Harper" => "[email protected]" }
s.source = {
:git => 'https://github.com/jacksonh/OcticonsIOS.git',
:tag => 'v0.0.2'
:tag => 'v0.0.3'
}
s.platform = :ios, '7.0'
s.source_files = 'OcticonsIOS/*.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Installation
The easiest way to install OcticonsIOS is with [CocoaPods](http://cocoapods.org). Just add the following to your Podfile:
pod 'OcticonsIOS', '~> 0.0.2'
pod 'OcticonsIOS', '~> 0.0.3'

0 comments on commit ba74a0c

Please sign in to comment.