Skip to content

Commit

Permalink
[LIBSDK] update of version and readme from 0.9.2 to 0.9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpWelschlau committed Apr 10, 2017
1 parent 4293ed1 commit f42e214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
|Repository | Common RatePAY PHP Library
|------|----------
|Author | Aarne Welschlau
|Version | `0.9.2`
|Version | `0.9.2.1`
|Link | http://www.ratepay.com
|Mail | [email protected]
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratepay/php-library",
"description": "RatePAY API PHP Library",
"version": "0.9.2",
"version": "0.9.2.1",
"license": "MIT",
"type": "library",
"homepage": "https://dev.ratepay.com",
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Request/SubModel/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Constants {
/**
* API SDK version
*/
const API_SDK_VERSION = "0.9.2";
const API_SDK_VERSION = "0.9.2.1";

/**
* Supported RatePAY API version
Expand Down

0 comments on commit f42e214

Please sign in to comment.