From d9d2008aaacf5e7a3465d3a5a517b59915044e80 Mon Sep 17 00:00:00 2001 From: Haokang Den Date: Sat, 3 Nov 2018 11:49:59 +0900 Subject: [PATCH] v0.1.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 69c20ce..6359508 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cuid "0.1.1" +(defproject cuid "0.1.2" :description "Collision-resistant ids optimized for horizontal scaling and performance." :url "https://github.com/hden/cuid" :license {:name "The MIT License"