Skip to content

Commit

Permalink
Bump version (1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 29, 2013
1 parent 7577869 commit c6340d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Current [semantic](http://semver.org/) version:

```clojure
[com.taoensso/timbre "1.2.0"]
[com.taoensso/timbre "1.3.0"]
```

# Timbre, a (sane) Clojure logging & profiling library
Expand All @@ -27,7 +27,7 @@ Timbre is an attempt to make **simple logging simple** and more **complex loggin
Depend on Timbre in your `project.clj`:

```clojure
[com.taoensso/timbre "1.2.0"]
[com.taoensso/timbre "1.3.0"]
```

and `use` the library:
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/timbre "1.2.0"
(defproject com.taoensso/timbre "1.3.0"
:description "Clojure logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit c6340d9

Please sign in to comment.