Skip to content

Commit

Permalink
Release 0.3.2 (#32)
Browse files Browse the repository at this point in the history
* Bump version & add constant
* Bump license year
  • Loading branch information
Blacksmoke16 authored Oct 30, 2021
1 parent bd8356a commit a7f263c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 George Dietrich
Copyright (c) 2021 George Dietrich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.1
version: 0.3.2

crystal: '>= 0.35.0'

Expand Down
2 changes: 2 additions & 0 deletions src/athena-dependency_injection.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ alias ADI = Athena::DependencyInjection
# Using interfaces allows changing the functionality of a type by just changing what service gets injected into it, such as via an alias.
# See this [blog post](https://dev.to/blacksmoke16/dependency-injection-in-crystal-2d66#plug-and-play) for an example of this.
module Athena::DependencyInjection
VERSION = "0.3.2"

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

Expand Down

0 comments on commit a7f263c

Please sign in to comment.