Skip to content

Commit

Permalink
version update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Jul 18, 2023
1 parent 958cc57 commit ad27c2a
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.0",
"version": "4.2.1",
"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.0';
public const SDK_VERSION = '4.2.1';

/** 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 ad27c2a

Please sign in to comment.