We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644278 commit bd05642Copy full SHA for bd05642
shard.yml
@@ -1,5 +1,5 @@
1
name: carbon_sendgrid_adapter
2
-version: 0.2.0
+version: 0.2.1
3
4
authors:
5
- Matthew McGarvey <[email protected]>
@@ -11,7 +11,7 @@ license: MIT
11
dependencies:
12
carbon:
13
github: luckyframework/carbon
14
- version: ~> 0.2.0
+ version: ~> 0.2.1
15
habitat:
16
github: luckyframework/habitat
17
version: ~> 0.4.7
src/carbon_sendgrid_adapter.cr
@@ -5,7 +5,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"
6
7
class Carbon::SendGridAdapter < Carbon::Adapter
8
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
9
private getter api_key : String
10
private getter? sandbox : Bool
0 commit comments