Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Feb 23, 2014
2 parents 0d594d9 + a6c994e commit 6eabf64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.1 (2014-02-23)

* Nothing adding/removed. Just fix the Gemfile.lock

# 0.4.0 (2014-02-23)

* Fix an error when a service use another service
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dependency_injection (0.3.1)
dependency_injection (0.4.1)
activesupport

GEM
Expand All @@ -17,7 +17,7 @@ GEM
rest-client
simplecov (>= 0.7)
thor
i18n (0.6.4)
i18n (0.6.9)
metaclass (0.0.1)
mime-types (1.23)
minitest (5.0.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/dependency_injection/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DependencyInjection
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit 6eabf64

Please sign in to comment.