Skip to content

Commit

Permalink
Merge pull request #25 from deepakmahakale/jump-3.5.0
Browse files Browse the repository at this point in the history
Jump to Spree 3.5.0
  • Loading branch information
deepakmahakale committed Aug 7, 2018
2 parents 3f13169 + 3991be3 commit 600d966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/spree_purchase_order/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SpreePurchaseOrder
VERSION = '3.5.0.rc1'
VERSION = '3.5.0'
end
2 changes: 1 addition & 1 deletion spree_purchase_order.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '~> 3.5.0.rc1'
s.add_dependency 'spree_core', '~> 3.5.0'

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit 600d966

Please sign in to comment.