mirror of
https://github.com/simon-brooke/clj-wordcloud.git
synced 2025-07-01 09:38:08 +00:00
Release v0.0.1
This commit is contained in:
parent
8f76e1175a
commit
b76d8d00e5
|
@ -1 +1,5 @@
|
|||
# Change Log
|
||||
|
||||
### 0.0.1
|
||||
|
||||
- Initial wrapper with support for circles, rectangles and custom bitmaps.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject xtreak/clj-wordcloud "0.0.1-SNAPSHOT"
|
||||
(defproject xtreak/clj-wordcloud "0.0.1"
|
||||
:description "A simple clojure wrapper around kumo for wordcloud generation"
|
||||
:url "http://github.com/tirkarthi/clj-wordcloud"
|
||||
:license {:name "MIT public license"
|
||||
|
|
Loading…
Reference in a new issue