diff --git a/README.md b/README.md index befdbc6..f93cefd 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ lein cljsbuild once min ## License Copyright © 2017 Simon Brooke. Licensed under the GNU General Public License, version 2.0 or (at your option) any later version. If you wish to incorporate -parts of Smeagol into another open source project which uses a less restrictive +parts of this into another open source project which uses a less restrictive license, please contact me; I'm open to dual licensing it. diff --git a/project.clj b/project.clj index 39ddf0c..2e37dc6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,5 @@ -(defproject swinging-needle-meter "0.1.0-SNAPSHOT" +(defproject swinging-needle-meter "1.0.0" + :description "A swinging needle meter, as an experiment in animating SVG from re-frame. Draws heavily on re-com." :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.229"] [reagent "0.6.0"] @@ -47,5 +48,4 @@ ]} - )