diff --git a/README.org b/README.org
index 8adc29d..0e00d8a 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,7 @@
#+TITLE: Clojure Tightly Packed Trie
+[[https://img.shields.io/clojars/v/com.owoga/tightly-packed-trie.svg]]
+
* What does this do?
Tries as hash-maps are common, but hash-maps take up a lot of memory (relatively speaking).
diff --git a/deps.edn b/deps.edn
index a9bea18..49ba684 100644
--- a/deps.edn
+++ b/deps.edn
@@ -11,7 +11,9 @@
:extra-deps {}}
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.193"}}
:exec-fn hf.depstar/jar
- :exec-args {:jar "tightly-packed-trie.jar" :sync-pom true}}
+ :exec-args {:jar "TightlyPackedTrie.jar" :sync-pom true}}
:deploy {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
:exec-fn deps-deploy.deps-deploy/deploy
- :exec-args {:installer :remote :artifact "tightly-packed-trie.jar"}}}}
+ :exec-args {:installer :remote
+ :artifact "TightlyPackedTrie.jar"
+ :sign-releases? true}}}}
diff --git a/pom.xml b/pom.xml
index 590d0c7..e064182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
jar
com.owoga
tightly-packed-trie
- 0.1.1
+ 0.2.0
tightly-packed-trie