From 4f317a8cba3a82d7ec3266fd8d61ed4a316709dd Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Wed, 15 Mar 2017 08:51:28 -0400 Subject: [PATCH] 0.6.0 --- README.md | 1 + project.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c99d8483..09adb2ac 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Andare preserves the namespaces present in `core.async`. Thus, bootstrap-compati | Andare | `core.async` | |:------:|:------------:| +| 0.6.0 | 0.3.442 | | 0.5.0 | 0.3.426 | | 0.4.0 | 0.2.395 | | 0.3.0 | 0.2.391 | diff --git a/project.clj b/project.clj index 6cb2da4d..f79576d1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject andare "0.5.0" +(defproject andare "0.6.0" :description "core.async for bootstrap ClojureScript" :url "https://github.com/mfikes/andare" :license {:name "Eclipse Public License"