File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : carbon_sendgrid_adapter
2- version : 0.2.1
2+ version : 0.3.0
33
44authors :
55 -
Matthew McGarvey <[email protected] > @@ -11,7 +11,7 @@ license: MIT
1111dependencies :
1212 carbon :
1313 github : luckyframework/carbon
14- version : ~> 0.2.1
14+ version : ~> 0.3.0
1515 habitat :
1616 github : luckyframework/habitat
1717 version : ~> 0.4.7
@@ -22,4 +22,4 @@ development_dependencies:
2222 version : ~> 0.1.1
2323 ameba :
2424 github : crystal-ameba/ameba
25- version : ~> 1.0 .0
25+ version : ~> 1.1 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require "./errors"
55require " ./carbon_sendgrid_extensions"
66
77class Carbon::SendGridAdapter < Carbon::Adapter
8- VERSION = " 0.2.1 "
8+ VERSION = " 0.3.0 "
99 private getter api_key : String
1010 private getter? sandbox : Bool
1111
You can’t perform that action at this time.
0 commit comments