diff --git a/README.md b/README.md index 3484102..afd2687 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Most functionality *should* work in both Clojure and Clojurescript. Add this dependency to the :deps map in deps.edn: -```org.clojars.stanv/swark {:mvn/version "0.1.5"}``` +```org.clojars.stanv/swark {:mvn/version "0.1.51"}``` Require swark.core in your ns form: @@ -131,7 +131,7 @@ Or create a repl from your editor, e.g. from emacs; `cider-jack-in-clj` ### Jar creation -Create an uberjar with `clj -X:uberjar :jar swark-0.1.5.jar` +Create an uberjar with `clj -X:uberjar :jar swark-0.1.51.jar` ### Local installation diff --git a/deps.edn b/deps.edn index f54ed80..6e84045 100644 --- a/deps.edn +++ b/deps.edn @@ -30,12 +30,12 @@ :exec-fn deps-deploy.deps-deploy/deploy :exec-args {:installer :remote :sign-releases? true - :artifact "swark-0.1.5.jar"}} + :artifact "swark-0.1.51.jar"}} :install {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}} :exec-fn deps-deploy.deps-deploy/deploy :exec-args {:installer :local - :artifact "swark-0.1.5.jar"}} + :artifact "swark-0.1.51.jar"}} #_#_:build {:extra-paths ["build"] :deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}} diff --git a/swark-0.1.41.jar b/swark-0.1.41.jar deleted file mode 100644 index 1b0eb93..0000000 Binary files a/swark-0.1.41.jar and /dev/null differ diff --git a/swark-0.1.5.jar b/swark-0.1.5.jar deleted file mode 100644 index d48a91c..0000000 Binary files a/swark-0.1.5.jar and /dev/null differ diff --git a/swark-0.1.42.jar b/swark-0.1.51.jar similarity index 89% rename from swark-0.1.42.jar rename to swark-0.1.51.jar index b29e644..e76aea6 100644 Binary files a/swark-0.1.42.jar and b/swark-0.1.51.jar differ