Skip to content

Commit 7de3846

Browse files
version bumb (#9)
1 parent 6ebf9d3 commit 7de3846

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "icepay/api",
33
"description": "ICEPAY REST API for PHP",
4-
"version": "1.0.0",
54
"type": "library",
65
"keywords": [
76
"icepay", "payment", "service", "ideal", "creditcard", "mistercash", "bancontact", "sofort", "sofortbanking", "paypal", "paysafecard", "banktransfer", "refund", "api", "payments", "gateway", "yourgift", "phone", "afterpay"

src/Icepay/API/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Client
4141
/**
4242
* @var $api_version string
4343
*/
44-
private $api_version = '1.0.0';
44+
private $api_version = '1.1.0';
4545

4646
public function getReleaseVersion()
4747
{

0 commit comments

Comments
 (0)