Skip to content

Commit a641109

Browse files
author
Chris Park
committed
Version 1.2.0
1 parent 0394877 commit a641109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosette/api",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Rosette API PHP client SDK",
55
"license": "Apache",
66
"keywords": [

source/rosette/api/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Api
4545
*
4646
* @var string
4747
*/
48-
private static $binding_version = '1.1.2';
48+
private static $binding_version = '1.2.0';
4949

5050
/**
5151
* User key (required for Rosette API).

0 commit comments

Comments
 (0)