From 59aee308ee81a5cdfc9fee0aeedd868fdb9756e8 Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Mon, 12 Apr 2021 17:10:45 -0500 Subject: [PATCH] Bump version and sync to Clojars --- README.org | 2 ++ deps.edn | 6 ++++-- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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