Skip to content

Commit

Permalink
SDK-2423:updated sdk version string
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 9, 2024
1 parent 1a35b66 commit 42bc2c2
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,7 +1,7 @@
{
"name": "yoti/yoti-php-sdk",
"description": "Yoti SDK for quickly integrating your PHP backend with Yoti",
"version": "4.2.1",
"version": "4.2.2",
"keywords": [
"yoti",
"sdk"
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Constants
public const SDK_IDENTIFIER = 'PHP';

/** Default SDK version */
public const SDK_VERSION = '4.2.1';
public const SDK_VERSION = '4.2.2';

/** Base url for connect page (user will be redirected to this page eg. baseurl/app-id) */
public const CONNECT_BASE_URL = 'https://www.yoti.com/connect';
Expand Down

0 comments on commit 42bc2c2

Please sign in to comment.