Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Apr 9, 2022
1 parent e02163e commit 188844c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog #

## Version 2022.04.10-141

- Fix key warnings.

## Version 2022.04.08-137

- Use proper jsx runtime import
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simple and Decomplected UI library based on React.
Add to deps.edn:

```
funcool/rumext {:mvn/version "2022.04.08-137"}
funcool/rumext {:mvn/version "2022.04.10-141"}
```

## Differences with rum
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [clojure.tools.build.api :as b]))

(def lib 'funcool/rumext)
(def version (format "2022.04.08-%s" (b/git-count-revs nil)))
(def version (format "2022.04.10-%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 188844c

Please sign in to comment.