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

Commit

Permalink
Prepping 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Hobson committed Jun 4, 2009
1 parent b2f2b8b commit 90e53e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.9.1 2009-06-04
* Error was being raised when nil is passed to create, fixed.
* Corrected API documentation in README.txt.

== 0.9.0 2009-06-04
* More API changes
* Built-in counters for generating values
Expand Down
2 changes: 1 addition & 1 deletion lib/modelfactory/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ModelFactory #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 90e53e1

Please sign in to comment.