Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelengland committed Sep 23, 2014
1 parent ff0531e commit c80b9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.1 / 2014-09-24

* [BUGFIX] Use https > git in source definition

# 1.2.0 / 2014-09-23

* [FEATURE] #21 Allow definition subscripting
Expand Down
2 changes: 1 addition & 1 deletion FactoryGentleman.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FactoryGentleman'
s.version = '1.2.0'
s.version = '1.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A simple library to help define model factories for use when testing your iOS/Mac applications.'

Expand Down

0 comments on commit c80b9dd

Please sign in to comment.