Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nu-hin committed Aug 27, 2014
1 parent 25c177b commit 7240a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This is a Ruby wrapper over [Axiomus](http://www.axiomus.ru "axiomus.ru") delivery service public [API](http://www.axiomus.ru/customers/api/ "Axiomus API").

All methods exposed by the API v. 2.14 are implemented.
All methods exposed by the API v.2.14 are implemented. Also `expmode` attribute of an `Item` introduced by API v.2.20 is supported.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/axiomus_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AxiomusApi
VERSION = '0.5.2'
VERSION = '0.6.0'
end

0 comments on commit 7240a86

Please sign in to comment.