Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dawranliou committed Sep 20, 2019
1 parent bf2fda5 commit 58bed8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Emoji for Clojure
;; => "Clojure is awesome :thumbsup:"


;; If you want to be really anoyying
(e/emojify-all "Clojure pizza fire thumbsup smile")
;; => "Clojure πŸ• πŸ”₯ πŸ‘ πŸ˜„"
;; Emojify everything
(e/emojify-all "pen pineapple apple pen")
;; => "pen 🍍 🍎 pen"

```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dawran6/emoji "0.1.4-SNAPSHOT"
(defproject dawran6/emoji "0.1.4"
:description "Emoji for Clojure"
:url "http://github.com/dawran6/emoji"
:license {:name "MIT"
Expand Down

0 comments on commit 58bed8d

Please sign in to comment.