Skip to content

Commit bd05642

Browse files
authored
bump versions for next release (#11)
1 parent 4644278 commit bd05642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carbon_sendgrid_adapter
2-
version: 0.2.0
2+
version: 0.2.1
33

44
authors:
55
- Matthew McGarvey <[email protected]>
@@ -11,7 +11,7 @@ license: MIT
1111
dependencies:
1212
carbon:
1313
github: luckyframework/carbon
14-
version: ~> 0.2.0
14+
version: ~> 0.2.1
1515
habitat:
1616
github: luckyframework/habitat
1717
version: ~> 0.4.7

src/carbon_sendgrid_adapter.cr

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

77
class Carbon::SendGridAdapter < Carbon::Adapter
8-
VERSION = "0.2.0"
8+
VERSION = "0.2.1"
99
private getter api_key : String
1010
private getter? sandbox : Bool
1111

0 commit comments

Comments
 (0)