Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelengland committed May 30, 2014
1 parent c907f8f commit c9e6a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.0 / Unreleased
# 1.1.0 / 2014-05-30

* [FEATURE] #17 Add inline primitives to builder
* [FEATURE] #10 Allow readonly setters
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.0.0'
s.version = '1.1.0'
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 c9e6a45

Please sign in to comment.