Skip to content

Commit c9dccf0

Browse files
committed
Bumped up version and updated README.
1 parent 03961a7 commit c9dccf0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# DHL eCommerce API Wrapper for Ruby
22

3+
[![Gem Version](https://badge.fury.io/rb/dhl-ecommerce.svg)](https://badge.fury.io/rb/dhl-ecommerce)
34
[![Build Status](https://travis-ci.org/meowbox/dhl-ecommerce-ruby.svg)](https://travis-ci.org/meowbox/dhl-ecommerce-ruby)
45

56
## Installation

dhl-ecommerce.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77
s.version = DHL::Ecommerce::VERSION
88
s.authors = ["Francois Deschenes"]
99
s.email = ["francois@meowbox.com"]
10-
s.description = %q{}
11-
s.summary = %q{}
10+
s.description = %q{DHL eCommerce API Wrapper for Ruby}
11+
s.summary = %q{DHL eCommerce API Wrapper for Ruby}
1212
s.homepage = "https://github.com/meowbox/dhl-ecommerce-ruby"
1313
s.license = "MIT"
1414

lib/dhl/ecommerce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module DHL
22
module Ecommerce
3-
VERSION = "0.1.0"
3+
VERSION = "1.0"
44
end
55
end

0 commit comments

Comments
 (0)