Skip to content

Commit

Permalink
Merge pull request #64 from arcage/0.6.1
Browse files Browse the repository at this point in the history
Remove unused require
  • Loading branch information
arcage authored May 4, 2020
2 parents 4bb2d60 + df51d62 commit 89c473c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email
version: 0.6.0
version: 0.6.1

authors:
- ʕ·ᴥ·ʔAKJ <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions src/email.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "base64"
require "logger"
require "socket"
{% if !flag?(:without_openssl) %}
require "openssl"
Expand All @@ -8,7 +7,7 @@ require "uri"
require "./email/*"

module EMail
VERSION = "0.6.0"
VERSION = "0.6.1"
DEFAULT_SMTP_PORT = 25

# :nodoc:
Expand Down

0 comments on commit 89c473c

Please sign in to comment.