Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luciodale committed Dec 30, 2019
1 parent b5bdf5a commit 0cca6ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Also, this library is side effect free, which makes it 100% testable, and works
#### In Deps

```clojure
inst {:mvn/version "0.2.1"}
inst {:mvn/version "0.2.2"}
```

or
Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,6 +1,6 @@
(defproject inst "0.2.1"
:description "Instant formatter for time since an event occurred"
:url "https://github.com/luciodale/hint"
(defproject inst "0.2.2"
:description "Instant formatter to render time that has passed or is left since/to a certain event"
:url "https://github.com/luciodale/inst"
:license {:name "MIT"}
:source-paths ["src"]
:profiles {:uberjar {:aot :all}}
Expand Down

0 comments on commit 0cca6ea

Please sign in to comment.