diff --git a/project.clj b/project.clj
index 7b9d779..fb5716d 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,6 @@
-(defproject html-to-md "0.1.0-SNAPSHOT"
+(defproject html-to-md "0.1.0"
     :description "Convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation."
-    :url "http://example.com/FIXME"
+    :url "https://github.com/simon-brooke/html-to-md"
     :license {:name "Eclipse Public License"
               :url "http://www.eclipse.org/legal/epl-v10.html"}
     :dependencies [[org.clojure/clojure "1.8.0"]