Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Jan 31, 2018
1 parent a244a18 commit b68a6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quartz_mailer
version: 0.4.0
version: 0.5.0

crystal: 0.24.1

Expand Down
2 changes: 1 addition & 1 deletion src/quartz_mailer.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "email"

class Quartz::Mailer
VERSION = "0.4.0"
VERSION = "0.5.0"

def self.deliver(message : Message)
config = Quartz.config
Expand Down

0 comments on commit b68a6da

Please sign in to comment.