Skip to content

Commit fa6b839

Browse files
committed
Version 1.31.0
1 parent 0e19fdc commit fa6b839

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.30.0",
3+
"version": "1.31.0",
44
"description": "PHP Interface for Babel Street Text Analytics",
55
"type": "library",
66
"license": "Apache-2.0",

source/rosette/api/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Api
3939
*
4040
* @var string
4141
*/
42-
private static $binding_version = '1.30.0';
42+
private static $binding_version = '1.31.0';
4343

4444
/**
4545
* User key (required for Analytics API).

0 commit comments

Comments
 (0)