Skip to content

Commit

Permalink
v1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 16, 2016
1 parent 801fe61 commit 9a662c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v0.0.1-SNAPSHOT - 2015 Jan 24

> Pending release
## v1.0.0 - 2016 Oct 16

```clojure
[com.taoensso/tempura "0.0.1-SNAPSHOT"]
[com.taoensso/tempura "1.0.0-RC1"]
```

> Initial public release. Sorry for taking so long to finally document+publish this!
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/tempura "1.0.0-SNAPSHOT"] ; TODO (not published yet)
[com.taoensso/tempura "1.0.0-RC1"]
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand All @@ -24,7 +24,7 @@ TODO ; docs
Add the necessary dependency to your project:

```clojure
[com.taoensso/tempura "1.0.0-SNAPSHOT"]
[com.taoensso/tempura "1.0.0-RC1"]
```

And setup your namespace imports:
Expand Down Expand Up @@ -67,4 +67,4 @@ Copyright © 2016 [Peter Taoussanis].
[EPL v1.0]: https://raw.githubusercontent.com/ptaoussanis/tempura/master/LICENSE
[Hero]: https://raw.githubusercontent.com/ptaoussanis/tempura/master/hero.png "Title"

<!--- Unique links -->
<!--- Unique links -->
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/tempura "1.0.0-SNAPSHOT"
(defproject com.taoensso/tempura "1.0.0-RC1"
: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 9a662c9

Please sign in to comment.