Skip to content

Commit

Permalink
Version 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Nov 20, 2024
1 parent 0e19fdc commit fa6b839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rosette/api",
"version": "1.30.0",
"version": "1.31.0",
"description": "PHP Interface for Babel Street Text Analytics",
"type": "library",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion source/rosette/api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Api
*
* @var string
*/
private static $binding_version = '1.30.0';
private static $binding_version = '1.31.0';

/**
* User key (required for Analytics API).
Expand Down

0 comments on commit fa6b839

Please sign in to comment.