diff --git a/README.md b/README.md index 14f2544..6f514c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Do nostr stuff with Clojure. -Heavy WIP. +Heavy WIP. At this point it probably won't make much sense too you. ## Usage diff --git a/build.clj b/build.clj index 9822e0f..5ab5d20 100644 --- a/build.clj +++ b/build.clj @@ -4,9 +4,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'net.clojars.laoc/nostr) -(def version "0.0.1-SNAPSHOT") -#_ ; alternatively, use MAJOR.MINOR.COMMITS: -(def version (format "1.0.%s" (b/git-count-revs nil))) +(def version "0.0.1") (def class-dir "target/classes") (defn test "Run all the tests." [opts]