From c2d58c196de5ae41f6ebc7c2221cb746bb914ed7 Mon Sep 17 00:00:00 2001 From: Hannes Hornwall Date: Thu, 14 May 2020 16:07:23 +0200 Subject: [PATCH] Up version and update README to reflect changes --- README.md | 1 - lib/postnord/version.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c760a5e..4089df9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ How to fetch a package with the test identifier from [developer documentation](h ```ruby > response = Postnord.find_by_identifier('84971563697SE') > response.code # => 200 -> response.status # => OK > response.data # => {"TrackingInformationResponse"=>{"shipments"=>[]}} ``` diff --git a/lib/postnord/version.rb b/lib/postnord/version.rb index 40a992c..73e082d 100644 --- a/lib/postnord/version.rb +++ b/lib/postnord/version.rb @@ -1,3 +1,3 @@ module Postnord - VERSION = "0.2.3" + VERSION = "0.3.0" end