Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaille committed Nov 11, 2024
1 parent 65ac076 commit 3cc658d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(def lib 'pbaille/noon)
(def version-tic (b/git-count-revs nil))
(def version "0.1.2")
(def version "0.1.3")
(def class-dir "target/classes")
(def jar-file (str "target/noon-" version ".jar"))
;; delay to defer side effects (artifact downloads)
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote
:artifact "target/noon-0.1.2.jar"}}
:artifact "target/noon-0.1.3.jar"}}
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<packaging>jar</packaging>
<groupId>org.clojars.pbaille</groupId>
<artifactId>noon</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>noon</name>
<description>A Clojure library for algorithmic music composition</description>
<url>https://github.com/pbaille/noon</url>
<scm>
<url>https://github.com/pbaille/noon</url>
<connection>scm:git:git://github.com/pbaille/noon.git</connection>
<developerConnection>scm:git:ssh://[email protected]/pbaille/noon.git</developerConnection>
<tag>0.1.2</tag>
<tag>0.1.3</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 3cc658d

Please sign in to comment.