Skip to content

Commit

Permalink
Update library version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sernamar committed Dec 7, 2024
1 parent f8be811 commit d2ae725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'io.github.sernamar/dinero)
(def version "0.1.1")
(def version "0.1.2")

(def target-dir "target/")
(def class-dir (str target-dir "classes/"))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.sernamar</groupId>
<artifactId>dinero</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<name>io.github.sernamar/dinero</name>
<description>A Clojure library for working with money</description>
<url>https://github.com/sernamar/dinero</url>
Expand Down

0 comments on commit d2ae725

Please sign in to comment.