Bump version and sync to Clojars

main
Eric Ihli 4 years ago
parent 5746dc90e3
commit 59aee308ee

@ -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).

@ -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}}}}

@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.owoga</groupId>
<artifactId>tightly-packed-trie</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
<name>tightly-packed-trie</name>
<dependencies>
<dependency>

Loading…
Cancel
Save