Skip to content

Commit 0a9a7b5

Browse files
author
ndr
committed
Cut 0.1.0
1 parent 0245f6b commit 0a9a7b5

File tree

4 files changed

+175
-137
lines changed

4 files changed

+175
-137
lines changed

plugin.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name "Typed Clojure"
2-
:version "0.0.5"
2+
:version "0.1.0"
33
:author "ndr-qef"
44
:source "https://github.com/ndr-qef/light-typedclojure"
55
:desc "Typed Clojure integration: type-checking commands and annotation formatters."

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(defproject light-typedclojure "0.0.5"
1+
(defproject light-typedclojure "0.1.0"
22
:dependencies [[org.clojure/clojure "1.6.0"]])

0 commit comments

Comments
 (0)