Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Oct 11, 2016
1 parent ff37795 commit 08e12a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.2](https://github.com/Lambda-X/lambone/compare/0.1.1...0.1.2)

- Support for Dirac 0.7.x

## [0.1.1](https://github.com/Lambda-X/lambone/compare/0.1.0...0.1.1)

- Use the `:preloads` compiler options (ClojureScript >= `1.9.89` is required)
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(require '[adzerk.bootlaces :refer :all])

(def +version+ "0.1.1")
(def +version+ "0.1.2")

(bootlaces! +version+)

Expand Down

0 comments on commit 08e12a0

Please sign in to comment.