Skip to content

Commit

Permalink
Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zelark committed Jul 19, 2018
1 parent dceac3e commit db27981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ nano-id uses URL-friendly characters `[A-Za-z0-9_~]`. Perfect for unique identif

## Usage
### Normal
Add to your project.clj: `[nano-id "0.9.2"]`.
Add to your project.clj: `[nano-id "0.9.3"]`.

The default implementation uses 64-character alphabet and generates 21-character IDs.
```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject nano-id "0.9.2"
(defproject nano-id "0.9.3"
:description "A tiny, secure, URL-friendly unique string ID generator"
:url "https://zelark.github.com/nano-id"

Expand Down

0 comments on commit db27981

Please sign in to comment.