Skip to content

Commit

Permalink
bump versions for release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 27, 2022
1 parent a340557 commit ceedd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: carbon_sendgrid_adapter
version: 0.2.1
version: 0.3.0

authors:
- Matthew McGarvey <matthewmcgarvey14@gmail.com>
Expand All @@ -11,7 +11,7 @@ license: MIT
dependencies:
carbon:
github: luckyframework/carbon
version: ~> 0.2.1
version: ~> 0.3.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
Expand All @@ -22,4 +22,4 @@ development_dependencies:
version: ~> 0.1.1
ameba:
github: crystal-ameba/ameba
version: ~> 1.0.0
version: ~> 1.1.0
2 changes: 1 addition & 1 deletion src/carbon_sendgrid_adapter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"

class Carbon::SendGridAdapter < Carbon::Adapter
VERSION = "0.2.1"
VERSION = "0.3.0"
private getter api_key : String
private getter? sandbox : Bool

Expand Down

0 comments on commit ceedd48

Please sign in to comment.