Skip to content

Commit 3c09caa

Browse files
committed
1.0.2
1 parent 0cc16db commit 3c09caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Shout out to [Trott/slug](https://github.com/Trott/slug) for inspiring me to mak
1616
## Clojars
1717
![Clojars Project](https://img.shields.io/clojars/v/com.github.rawleyfowler/sluj.svg)
1818

19-
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:
19+
This project is available on [Clojars](https://clojars.org/com.github.rawleyfowler/sluj/), and you can add it to your lein project via:
2020
```clojure
21-
[com.github.rawleyfowler/sluj "1.0.1"]
21+
[com.github.rawleyfowler/sluj "1.0.2"]
2222
```
2323

2424
## Why?

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.github.rawleyfowler/sluj "1.0.1"
1+
(defproject com.github.rawleyfowler/sluj "1.0.2"
22
:description "Sluj, the small but mighty slug creation library for Clojure."
33
:url "https://github.com/rawleyfowler/sluj"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)