Skip to content

Commit

Permalink
bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Demayl committed Jun 22, 2022
1 parent 6f5db87 commit f7bf016
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
### 1.0.5
- fix installing error: wrong lib path after renaming
### 1.0.4
- fix IP addresses ending with 0 reported as invalid
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Artistic License 2.0

Copyright (c) 2015-2020, Denis Kanchev
Copyright (c) 2015-2022, Denis Kanchev

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"perl" : "6.*",
"name" : "Email::Valid",
"license" : "Artistic-2.0",
"version" : "1.0.4",
"version" : "1.0.5",
"description" : "Email validator for Raku",
"tags" : ["Email", "Valid", "Validator"],
"provides": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Email/Valid.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

class Email::Valid:ver<1.0.3>:auth<github:demayl> {
class Email::Valid:ver<1.0.5>:auth<github:demayl> {

use Net::DNS; # Required only when :mx_check( True )
#use Net::SMTP;
Expand Down

0 comments on commit f7bf016

Please sign in to comment.