We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e19fdc commit fa6b839Copy full SHA for fa6b839
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rosette/api",
3
- "version": "1.30.0",
+ "version": "1.31.0",
4
"description": "PHP Interface for Babel Street Text Analytics",
5
"type": "library",
6
"license": "Apache-2.0",
source/rosette/api/Api.php
@@ -39,7 +39,7 @@ class Api
39
*
40
* @var string
41
*/
42
- private static $binding_version = '1.30.0';
+ private static $binding_version = '1.31.0';
43
44
/**
45
* User key (required for Analytics API).
0 commit comments