Skip to content

Commit

Permalink
Bump to v2.2.0 for Spree v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Apr 5, 2014
1 parent 60cd0d4 commit 604f2e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spree Postal Service

[![Build Status](https://api.travis-ci.org/futhr/spree-postal-service.png?branch=2-1-stable)](https://travis-ci.org/futhr/spree-postal-service)
[![Build Status](https://api.travis-ci.org/futhr/spree-postal-service.png?branch=2-2-stable)](https://travis-ci.org/futhr/spree-postal-service)
[![Code Climate](https://codeclimate.com/github/futhr/spree-postal-service.png)](https://codeclimate.com/github/futhr/spree-postal-service)
[![Gem Version](https://badge.fury.io/rb/spree_postal_service.png)](http://badge.fury.io/rb/spree_postal_service)

Expand All @@ -25,7 +25,7 @@ Use the same measurements as in the product info page.

Add to your `Gemfile`:
```ruby
gem 'spree_postal_service', '~> 2.1.0'
gem 'spree_postal_service', '~> 2.2.0'
```

Go to admin interface
Expand Down
2 changes: 1 addition & 1 deletion lib/spree_postal_service/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.version

module VERSION
MAJOR = 2
MINOR = 1
MINOR = 2
TINY = 0
PRE = nil

Expand Down
2 changes: 1 addition & 1 deletion spree_postal_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.has_rdoc = false

s.add_dependency 'spree_core', '~> 2.1.0'
s.add_dependency 'spree_core', '~> 2.2.0'

s.add_development_dependency 'rspec', '~> 2.14.0'
s.add_development_dependency 'rspec-rails', '~> 2.14.0'
Expand Down

0 comments on commit 604f2e3

Please sign in to comment.