Skip to content

Commit

Permalink
Up version and update README to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hornwall committed May 14, 2020
1 parent 64ac1a0 commit c2d58c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"=>[]}}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/postnord/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Postnord
VERSION = "0.2.3"
VERSION = "0.3.0"
end

0 comments on commit c2d58c1

Please sign in to comment.