Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Feb 4, 2023
1 parent 4ec1cf8 commit 5fdfae1
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-dependency_injection

version: 0.3.4
version: 0.3.5

crystal: ~> 1.4

Expand Down
2 changes: 1 addition & 1 deletion src/athena-dependency_injection.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ alias ADI = Athena::DependencyInjection
# fiber is truly independent from one another, with them not being reused or sharing state external to the container. An example of this is how `HTTP::Server` reuses fibers
# for `connection: keep-alive` requests. Because of this, or in cases similar to, you may want to manually reset the container via `Fiber.current.container = ADI::ServiceContainer.new`.
module Athena::DependencyInjection
VERSION = "0.3.4"
VERSION = "0.3.5"

private BINDINGS = {} of Nil => Nil
private AUTO_CONFIGURATIONS = {} of Nil => Nil
Expand Down

0 comments on commit 5fdfae1

Please sign in to comment.