Skip to content

Commit db27981

Browse files
committed
Bump version to 0.9.3
1 parent dceac3e commit db27981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nano-id uses URL-friendly characters `[A-Za-z0-9_~]`. Perfect for unique identif
1515

1616
## Usage
1717
### Normal
18-
Add to your project.clj: `[nano-id "0.9.2"]`.
18+
Add to your project.clj: `[nano-id "0.9.3"]`.
1919

2020
The default implementation uses 64-character alphabet and generates 21-character IDs.
2121
```clojure

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nano-id "0.9.2"
1+
(defproject nano-id "0.9.3"
22
:description "A tiny, secure, URL-friendly unique string ID generator"
33
:url "https://zelark.github.com/nano-id"
44

0 commit comments

Comments
 (0)