diff --git a/build.clj b/build.clj
index 5a306dd..7066565 100644
--- a/build.clj
+++ b/build.clj
@@ -2,7 +2,7 @@
(:require [clojure.tools.build.api :as b]))
(def lib 'slothrop/clj-baseball)
-(def version "0.3.5")
+(def version "0.3.51")
(def class-dir "target/classes/")
(def basis (b/create-basis {}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
@@ -16,8 +16,8 @@
:lib lib
:version version
:basis basis
- :src-dirs ["src" "resources"]})
- (b/copy-dir {:src-dirs ["src" "resources"]
+ :src-dirs ["src"]})
+ (b/copy-dir {:src-dirs ["src"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
:jar-file jar-file}))
\ No newline at end of file
diff --git a/deps.edn b/deps.edn
index 090ea41..8bae3d8 100644
--- a/deps.edn
+++ b/deps.edn
@@ -25,4 +25,4 @@
{:extra-deps {djblue/portal {:mvn/version "0.33.0"}}}
:deploy {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
:exec-fn deps-deploy.deps-deploy/deploy
- :exec-args {:installer :remote :artifact "target/clj-baseball-0.3.5.jar"}}}}
\ No newline at end of file
+ :exec-args {:installer :remote :artifact "target/clj-baseball-0.3.51.jar"}}}}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 39b1ac8..4774a1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
jar
org.clojars.slothrop
clj-baseball
- 0.3.5
+ 0.3.51
clj-baseball
https://github.com/bhlieberman/clj-baseball
scm:git:git://github.com/bhlieberman/clj-baseball.git
scm:git:ssh://git@github.com/bhlieberman/clj-baseball.git
- v0.3.5
+ v0.3.51