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

Commit

Permalink
Version bump to 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
aevernon committed Dec 15, 2014
1 parent c45cd7e commit f65b078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commission_junction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
gem.add_dependency 'httparty', '~> 0.12'
gem.add_dependency 'httparty', '~> 0.13'
gem.add_development_dependency 'minitest'
gem.add_dependency 'ox', '~> 2.1'
end
2 changes: 1 addition & 1 deletion lib/commission_junction/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class CommissionJunction
VERSION = '1.7.0'
VERSION = '1.7.1'
end

0 comments on commit f65b078

Please sign in to comment.