Skip to content

Commit 5ebf576

Browse files
authored
bump versions for next release (#19)
1 parent e364b4f commit 5ebf576

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,10 +1,10 @@
11
name: carbon_sendgrid_adapter
2-
version: 0.4.0
2+
version: 0.5.0
33

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

7-
crystal: '>= 1.4.0'
7+
crystal: '>= 1.10.0'
88

99
license: MIT
1010

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.4.0"
9+
VERSION = "0.5.0"
1010
private getter api_key : String
1111
private getter? sandbox : Bool
1212

0 commit comments

Comments
 (0)