Skip to content

Commit ceedd48

Browse files
authored
bump versions for release (#14)
1 parent a340557 commit ceedd48

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.2.1
2+
version: 0.3.0
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.1
14+
version: ~> 0.3.0
1515
habitat:
1616
github: luckyframework/habitat
1717
version: ~> 0.4.7
@@ -22,4 +22,4 @@ development_dependencies:
2222
version: ~> 0.1.1
2323
ameba:
2424
github: crystal-ameba/ameba
25-
version: ~> 1.0.0
25+
version: ~> 1.1.0

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

0 commit comments

Comments
 (0)