Skip to content

Commit

Permalink
bump versions for next release (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Oct 20, 2024
1 parent 8735195 commit 94805b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: carbon_sendgrid_adapter
version: 0.5.1
version: 0.6.0

authors:
- Matthew McGarvey <[email protected]>
Expand All @@ -11,10 +11,10 @@ license: MIT
dependencies:
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
version: ~> 0.6.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.8
version: ~> 0.4.9

development_dependencies:
lucky_env:
Expand Down
2 changes: 1 addition & 1 deletion src/carbon_sendgrid_adapter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"

class Carbon::SendGridAdapter < Carbon::Adapter
VERSION = "0.5.1"
VERSION = "0.6.0"
private getter api_key : String
private getter? sandbox : Bool

Expand Down

0 comments on commit 94805b8

Please sign in to comment.