Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Jun 8, 2023
1 parent 9b85f81 commit 51507cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

final class Library
{
public const VERSION = '1.2.1-dev';
public const VERSION_ID = 10201;
public const VERSION = '1.3.0';
public const VERSION_ID = 10300;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = 'dev';
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = '';

public const REQUIRED_EXTENSION_VERSION = '^1.2.0';
}

0 comments on commit 51507cd

Please sign in to comment.