Skip to content

Commit

Permalink
bump to v1.0.6 to test the rea repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Demayl committed Mar 3, 2023
1 parent f7bf016 commit 738c830
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-2022, Denis Kanchev
Copyright (c) 2015-2023, 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.5",
"version" : "1.0.6",
"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.5>:auth<github:demayl> {
class Email::Valid:ver<1.0.6>:auth<github:demayl> {

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

0 comments on commit 738c830

Please sign in to comment.