Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Oct 6, 2016
1 parent d67d5e2 commit 548ab22
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": "rosette/api",
"version": "1.3.0",
"version": "1.4.0",
"description": "Rosette API PHP client SDK",
"license": "Apache",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion source/rosette/api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Api
*
* @var string
*/
private static $binding_version = '1.3.0';
private static $binding_version = '1.4.0';

/**
* User key (required for Rosette API).
Expand Down

0 comments on commit 548ab22

Please sign in to comment.