Skip to content

Commit

Permalink
[LIBSDK] update of version and readme from 0.9.3.1 to 0.9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpWelschlau committed Jun 23, 2017
1 parent 6364575 commit 1f955e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.1`
|Version | `0.9.3.2`
|Link | http://www.ratepay.com
|Mail | integration@ratepay.com
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.3.1",
"version": "0.9.3.2",
"license": "MIT",
"type": "library",
"homepage": "https://dev.ratepay.com",
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Request/SubModel/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class Constants {
/**
* Library system name default
*/
const LIBRARY_SYSTEM_NAME = "RP PHP LIB";
const LIBRARY_SYSTEM_NAME = "RP_PHP_LIB";

/**
* Library version
*/
const LIBRARY_VERSION = "0.9.3.1";
const LIBRARY_VERSION = "0.9.3.2";

/**
* Supported RatePAY API version
Expand Down

0 comments on commit 1f955e9

Please sign in to comment.