Skip to content

Commit 94805b8

Browse files
authored
bump versions for next release (#23)
1 parent 8735195 commit 94805b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

shard.yml

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

44
authors:
55
- Matthew McGarvey <[email protected]>
@@ -11,10 +11,10 @@ license: MIT
1111
dependencies:
1212
carbon:
1313
github: luckyframework/carbon
14-
version: ~> 0.5.1
14+
version: ~> 0.6.0
1515
habitat:
1616
github: luckyframework/habitat
17-
version: ~> 0.4.8
17+
version: ~> 0.4.9
1818

1919
development_dependencies:
2020
lucky_env:

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

0 commit comments

Comments
 (0)