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 e364b4f commit 5ebf576Copy full SHA for 5ebf576
shard.yml
@@ -1,10 +1,10 @@
1
name: carbon_sendgrid_adapter
2
-version: 0.4.0
+version: 0.5.0
3
4
authors:
5
- Matthew McGarvey <[email protected]>
6
7
-crystal: '>= 1.4.0'
+crystal: '>= 1.10.0'
8
9
license: MIT
10
src/carbon_sendgrid_adapter.cr
@@ -6,7 +6,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"
class Carbon::SendGridAdapter < Carbon::Adapter
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
private getter api_key : String
11
private getter? sandbox : Bool
12
0 commit comments