Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luciodale committed Dec 23, 2019
1 parent aa62f9f commit 19ace48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -18,3 +18,10 @@ All notable changes to this project will be documented in this file.
### Removed
- Built-in validation
- Array input support

## [1.0.2]
### Added
- `set-touched` handler

### Changed
- Bulma dropdowns take a list of maps as options rather than a map
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ As at this state you must be dying of curiosity, I will dive right into the code
#### In Deps

```clojure
fork {:mvn/version "1.0.1"}
fork {:mvn/version "1.0.2"}
```

or
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject fork "1.0.1"
(defproject fork "1.0.2"
:description "Reagent & Re-Frame form library"
:url "https://github.com/luciodale/fork"
:license {:name "MIT"}
Expand Down

0 comments on commit 19ace48

Please sign in to comment.