Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed May 30, 2024
1 parent 929fec3 commit f389000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.4.2

## Fixing `di/add-side-dependency`

# 2.4.1

## Fixing `di/add-side-dependency`
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.string :as str]))

(def lib 'org.clojars.darkleaf/di)
(def version "2.4.1")
(def version "2.4.2")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s.jar" (name lib)))
Expand Down

0 comments on commit f389000

Please sign in to comment.