diff --git a/README.md b/README.md index 2012493783..54f536b6af 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ For deprecated methods of integrating with Rails, check [the wiki](https://githu ## Migration Notes -#### Version 6.0.0.pre2 +#### Version 6.0.0.pre3 - The `Money#dollars` and `Money#amount` methods now return instances of `BigDecimal` rather than `Float`. We should avoid representing monetary @@ -274,4 +274,3 @@ For deprecated methods of integrating with Rails, check [the wiki](https://githu the `#to_f` method instead. This option should only be used where `Float` is the desired type and nothing else will do for your application's requirements. - diff --git a/money.gemspec b/money.gemspec index fe6a3d0582..46efc3a5aa 100644 --- a/money.gemspec +++ b/money.gemspec @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "money" - s.version = "6.0.0.pre2" + s.version = "6.0.0.pre3" s.platform = Gem::Platform::RUBY s.authors = ["Tobias Luetke", "Hongli Lai", "Jeremy McNevin", "Shane Emmons", "Simone Carletti"]