Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 18, 2017
1 parent 6ca39af commit a8e83e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.1.1 - 2017 Feb 18

```clojure
[com.taoensso/tempura "1.1.1"]
```

* **Fix**: broken unit tests

## v1.1.0 - 2017 Feb 16

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/tempura "1.1.0"]
[com.taoensso/tempura "1.1.1"]
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down Expand Up @@ -34,7 +34,7 @@
Add the necessary dependency to your project:

```clojure
[com.taoensso/tempura "1.1.0"]
[com.taoensso/tempura "1.1.1"]
```

Setup your namespace imports:
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 com.taoensso/tempura "1.1.0"
(defproject com.taoensso/tempura "1.1.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script i18n translations library"
:url "https://github.com/ptaoussanis/tempura"
Expand Down

0 comments on commit a8e83e3

Please sign in to comment.