Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jan 15, 2016
1 parent 24211ce commit 64e451c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Master
## 1.4.0
- Required Forwardable on Collection to resolve NameError [\#44](https://github.com/RubyMoney/monetize/issues/44)
- Add capability to parse currency amounts given with suffixes (K, M, B, and T)

Expand Down
2 changes: 1 addition & 1 deletion lib/monetize/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module Monetize
VERSION = '1.3.1'
VERSION = '1.4.0'
end
2 changes: 1 addition & 1 deletion monetize.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'money', '~> 6.6'
spec.add_dependency 'money', '~> 6.7'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 64e451c

Please sign in to comment.