Skip to content

Commit

Permalink
Merge pull request #16 from robacarp/version_0.5.1
Browse files Browse the repository at this point in the history
Bump version to 0.5.1 in prep for release
  • Loading branch information
robacarp authored Feb 9, 2018
2 parents c16fd94 + f38b30f commit f6dd7d7
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.5.0
version: 0.5.1

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.5.0"
VERSION = "0.5.1"

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

0 comments on commit f6dd7d7

Please sign in to comment.