Skip to content

Commit

Permalink
1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
franks42 committed Mar 16, 2013
1 parent 92515d0 commit 39e3458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pom.xml
/classes/
/targets/
.lein-deps-sum
.lein-failures
.lein-repl-history
target/*
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject org.clojars.franks42/cljs-uuid-utils "0.1.3"
(defproject org.clojars.franks42/cljs-uuid-utils "1.0.0-SNAPSHOT"
:description "ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from)."
:url "https://github.com/franks42/cljs-random-uuid"
:url "https://github.com/franks42/cljs-uuid-utils"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
Expand Down

0 comments on commit 39e3458

Please sign in to comment.