Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka committed May 30, 2020
1 parent 78b1461 commit c8c59bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.1

May 30, 2020

- Fix tests

# 2.1.0

May 30, 2020
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ While being originally created with the frontend in mind, stylefy now runs on bo
Add dependency:

```clj
[stylefy "2.1.0"]
[stylefy "2.1.1"]
```

# Setup
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 stylefy "2.1.0"
(defproject stylefy "2.1.1"
:description "Library for styling UI components"
:url "https://github.com/Jarzka/stylefy"
:dependencies [[org.clojure/clojure "1.9.0"]
Expand Down

0 comments on commit c8c59bb

Please sign in to comment.