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 c173d80 commit b1e7dafCopy full SHA for b1e7daf
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rosette/api",
3
- "version": "1.14.4",
+ "version": "1.26.0",
4
"description": "PHP Interface for Rosette Text Analytics",
5
"type": "library",
6
"license": "Apache-2.0",
source/rosette/api/Api.php
@@ -38,7 +38,7 @@ class Api
38
*
39
* @var string
40
*/
41
- private static $binding_version = '1.14.4';
+ private static $binding_version = '1.26.0';
42
43
/**
44
* User key (required for Rosette API).
0 commit comments