Skip to content

Commit

Permalink
bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Sep 16, 2023
1 parent aefb899 commit 7d53a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: carbon_sendgrid_adapter
version: 0.3.0
version: 0.4.0

authors:
- Matthew McGarvey <[email protected]>
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 @@ -5,7 +5,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"

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

Expand Down

0 comments on commit 7d53a75

Please sign in to comment.