Skip to content

Commit

Permalink
bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Mar 22, 2021
1 parent d804046 commit ed9fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:exec-fn hf.depstar/jar
:exec-args {:jar "deps-bin.jar"
:sync-pom true
:version "0.1.0"}}
:version "0.1.1"}}
:bin {:exec-fn deps-bin.deps-bin/bin
:exec-args {:jar "deps-bin.jar"
:name "deps-bin"}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.ericdallo</groupId>
<artifactId>deps-bin</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>deps-bin</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit ed9fb78

Please sign in to comment.