Skip to content

Commit 6e0381a

Browse files
author
ndr
committed
Version 0.0.3
1 parent 5552a0f commit 6e0381a

File tree

4 files changed

+81
-28
lines changed

4 files changed

+81
-28
lines changed

plugin.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:name "Typed Clojure"
2-
:version "0.0.2"
2+
:version "0.0.3"
33
:author "ndr-qef"
44
:source "https://github.com/ndr-qef/light-typedclojure"
5-
:desc "Typed Clojure integration for Light Table: type-checking commands and annotation formatters."
5+
:desc "Typed Clojure integration: type-checking commands and annotation formatters."
66
:behaviors "typedclojure.behaviors"}

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.2"
1+
(defproject light-typedclojure "0.0.3"
22
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)