We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ea926 commit 8735195Copy full SHA for 8735195
shard.yml
@@ -1,5 +1,5 @@
1
name: carbon_sendgrid_adapter
2
-version: 0.5.0
+version: 0.5.1
3
4
authors:
5
- Matthew McGarvey <matthewmcgarvey14@gmail.com>
src/carbon_sendgrid_adapter.cr
@@ -6,7 +6,7 @@ require "./errors"
6
require "./carbon_sendgrid_extensions"
7
8
class Carbon::SendGridAdapter < Carbon::Adapter
9
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
10
private getter api_key : String
11
private getter? sandbox : Bool
12
0 commit comments