Skip to content

Commit

Permalink
bug #16 Update to Tailwind CSS v3.3.3 (seb-jean)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Update to Tailwind CSS v3.3.3

Commits
-------

6fecaf9 Update to Tailwind CSS v3.3.3
  • Loading branch information
weaverryan committed Jul 18, 2023
2 parents 0d366ee + 6fecaf9 commit 8cfc2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TailwindBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class TailwindBinary
{
private const VERSION = 'v3.3.2';
private const VERSION = 'v3.3.3';
private HttpClientInterface $httpClient;

public function __construct(
Expand Down

0 comments on commit 8cfc2b8

Please sign in to comment.