Skip to content

Commit

Permalink
bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 10, 2018
1 parent ae3f3db commit 179c768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Respo Inflow Popup
Demo http://repo.respo.site/inflow-popup/

This is not a library, but a demo of inflow dropdown menu and dialog.
[![Clojars Project](https://img.shields.io/clojars/v/respo/inflow-popup.svg)](https://clojars.org/respo/inflow-popup)

```edn
[respo/inflow-popup "0.2.2"]
```

It's like local dropdown menu component in React.js .

```clojure
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

(def config {:clojars-user "jiyinyiyong"
:package 'respo/inflow-popup
:version "0.2.1"
:version "0.2.2"
:github-url "https://github.com/Respo/inflow-popup"
:description "Local popup component for Respo"})

Expand Down

0 comments on commit 179c768

Please sign in to comment.