Skip to content

Commit

Permalink
Version bumped to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Wong committed Feb 10, 2014
1 parent 16c9800 commit 589bc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.2",
"version": "1.0.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.0.2";
const CLIENT_VERSION = "1.0.3";

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

0 comments on commit 589bc62

Please sign in to comment.