Skip to content

Commit 6dd3b40

Browse files
committed
patch
1 parent eaed72a commit 6dd3b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/.editorconfig export-ignore
1010
/.gitattributes export-ignore
1111
/.gitignore export-ignore
12-
/phpcs.xml export-ignore
12+
/phpcs.xml.dist export-ignore
1313
/phpunit.xml export-ignore
1414
/phpstan.neon export-ignore
1515
/README.md export-ignore

src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Validator
88
{
9-
public const VERSION = '0.1.0';
9+
public const VERSION = '1.0.2';
1010

1111
/**
1212
* @param array<string> $publicSuffixList

0 commit comments

Comments
 (0)