Skip to content

Commit b1e7daf

Browse files
committed
Version 1.26.0
1 parent c173d80 commit b1e7daf

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.14.4",
3+
"version": "1.26.0",
44
"description": "PHP Interface for Rosette 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
@@ -38,7 +38,7 @@ class Api
3838
*
3939
* @var string
4040
*/
41-
private static $binding_version = '1.14.4';
41+
private static $binding_version = '1.26.0';
4242

4343
/**
4444
* User key (required for Rosette API).

0 commit comments

Comments
 (0)