Skip to content

Commit 8735195

Browse files
authored
bump versions for next release (#22)
1 parent 13ea926 commit 8735195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carbon_sendgrid_adapter
2-
version: 0.5.0
2+
version: 0.5.1
33

44
authors:
55
- Matthew McGarvey <[email protected]>

src/carbon_sendgrid_adapter.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "./errors"
66
require "./carbon_sendgrid_extensions"
77

88
class Carbon::SendGridAdapter < Carbon::Adapter
9-
VERSION = "0.5.0"
9+
VERSION = "0.5.1"
1010
private getter api_key : String
1111
private getter? sandbox : Bool
1212

0 commit comments

Comments
 (0)