We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fa6d6 commit 4db4405Copy full SHA for 4db4405
plugin.edn
@@ -1,5 +1,5 @@
1
{:name "Typed Clojure"
2
- :version "0.0.3"
+ :version "0.0.4"
3
:author "ndr-qef"
4
:source "https://github.com/ndr-qef/light-typedclojure"
5
:desc "Typed Clojure integration: type-checking commands and annotation formatters."
project.clj
@@ -1,2 +1,2 @@
-(defproject light-typedclojure "0.0.3"
+(defproject light-typedclojure "0.0.4"
:dependencies [[org.clojure/clojure "1.5.1"]])
0 commit comments