Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka committed Jun 15, 2020
1 parent b4e58b4 commit e46a2c0
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.2.1

June 15, 2020

- Fix Figwheel warning

# 2.2.0

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

```clj
[stylefy "2.2.0"]
[stylefy "2.2.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.2.0"
(defproject stylefy "2.2.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 e46a2c0

Please sign in to comment.