Skip to content

Commit

Permalink
hotfix file not deleted when media is deleted or updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Aug 17, 2021
1 parent 97cda01 commit 74cf0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SemartApiSkeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ final class SemartApiSkeleton
{
public const CODENAME = 'Merdeka';

public const VERSION = '5.5.1';
public const VERSION = '5.5.2';

public const VERSION_MAYOR = 50000;

public const VERSION_MINOR = 500;

public const VERSION_PATCH = 1;
public const VERSION_PATCH = 2;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit 74cf0f8

Please sign in to comment.