Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Jacobs committed Dec 16, 2015
1 parent 0782c30 commit 731cb38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ To use the Mollie API client, the following things are required:

By far the easiest way to install the Mollie API client is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).

$ composer require mollie/mollie-api-php 1.2.x
$ composer require mollie/mollie-api-php 1.3.x

{
"require": {
"mollie/mollie-api-php": "1.2.x"
"mollie/mollie-api-php": "1.3.x"
}
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mollie/mollie-api-php",
"version": "1.3.2",
"version": "1.3.3",
"description": "Mollie API client library for PHP",
"homepage": "https://github.com/mollie/mollie-api-php",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/Mollie/API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Mollie_API_Client
/**
* Version of our client.
*/
const CLIENT_VERSION = "1.3.2";
const CLIENT_VERSION = "1.3.3";

/**
* Endpoint of the remote API.
Expand Down

0 comments on commit 731cb38

Please sign in to comment.