Skip to content

Commit

Permalink
Merge pull request #5 from woodall/master
Browse files Browse the repository at this point in the history
Bump version (0.5.2)
  • Loading branch information
Matt Yoho committed Aug 11, 2015
2 parents 112ae82 + e6849a0 commit b5faf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 0.5.2 / 2015-08-10
* Use Rails 3 or greater
* Permit use of Rails 4
== 0.5.1 / 2011-10-05
* Bug Fix
* Included missing file in gem package
Expand Down
2 changes: 1 addition & 1 deletion lib/basic_assumption/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module BasicAssumption
module Version
MAJOR = 0
MINOR = 5
POINT = 1
POINT = 2
STRING = "#{MAJOR}.#{MINOR}.#{POINT}"
end
end

0 comments on commit b5faf9f

Please sign in to comment.