Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Feb 4, 2023
1 parent b6e9d52 commit effd380
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,6 +1,6 @@
name: athena-console

version: 0.3.0
version: 0.3.1

crystal: ~> 1.4

Expand Down
2 changes: 1 addition & 1 deletion src/athena-console.cr
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ alias ACONA = ACON::Annotations
# TIP: If using this component with the `Athena::DependencyInjection` component, `ACON::Command` that have the `ADI::Register` annotation will automatically
# be registered as commands when using the `ADI::Console::Application` type.
module Athena::Console
VERSION = "0.3.0"
VERSION = "0.3.1"

# Contains all the `Athena::Console` based annotations.
module Annotations; end
Expand Down

0 comments on commit effd380

Please sign in to comment.