Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler committed May 22, 2022
1 parent 0cc16db commit 3c09caa
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
Expand Up @@ -16,9 +16,9 @@ Shout out to [Trott/slug](https://github.com/Trott/slug) for inspiring me to mak
## Clojars
![Clojars Project](https://img.shields.io/clojars/v/com.github.rawleyfowler/sluj.svg)

This project is available on [Clojars](https://clojars.org/com.github.rawleyfowler/sluj/versions/1.0.1), and you can add it to your lein project via:
This project is available on [Clojars](https://clojars.org/com.github.rawleyfowler/sluj/), and you can add it to your lein project via:
```clojure
[com.github.rawleyfowler/sluj "1.0.1"]
[com.github.rawleyfowler/sluj "1.0.2"]
```

## Why?
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.github.rawleyfowler/sluj "1.0.1"
(defproject com.github.rawleyfowler/sluj "1.0.2"
:description "Sluj, the small but mighty slug creation library for Clojure."
:url "https://github.com/rawleyfowler/sluj"
:license {:name "MIT"
Expand Down

0 comments on commit 3c09caa

Please sign in to comment.