Merge branch 'release/1.0.0'

This commit is contained in:
simon 2017-07-09 16:07:14 +01:00
commit 832a3eb2db
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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 @@
]}
)