Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robb committed Feb 26, 2014
1 parent ef0601d commit 43dc413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Expecta.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Expecta'
s.version = '0.2.3'
s.version = '0.2.4'
s.license = 'MIT'
s.summary = 'A matcher framework for Objective-C & Cocoa.'
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'https://github.com/specta/expecta.git', :tag => 'v0.2.3' }
s.source = { :git => 'https://github.com/specta/expecta.git', :tag => 'v0.2.4' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ target :MyApp do
end

target :MyAppTests do
pod 'Expecta', '~> 0.2.3' # expecta matchers
pod 'Expecta', '~> 0.2.4' # expecta matchers
# pod 'Specta', '~> 0.1.11' # specta bdd framework
end
```
Expand Down

0 comments on commit 43dc413

Please sign in to comment.