Compare commits

..

No commits in common. "master" and "1.1.0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[tools-pom.tasks :as pom])) [tools-pom.tasks :as pom]))
(def application 'org.libregaming/matchbot) (def application 'org.libregaming/matchbot)
(def version "1.1.1-SNAPSHOT") (def version "1.1.0")
(def src-dirs ["src"]) (def src-dirs ["src"])
(def target-dir "target") (def target-dir "target")
(def class-dir (format "%s/%s" target-dir "classes")) (def class-dir (format "%s/%s" target-dir "classes"))