From 95df1e80dca70cfff6e3ff769cfdbfec77f5a0fe Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 28 Dec 2014 00:39:41 -0500 Subject: [PATCH] version 0.0.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3aa3d81..b254789 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-browserchannel-messaging "0.0.3" +(defproject clj-browserchannel-messaging "0.0.4" :description "Tools for quickly using BrowserChannel for bi-directional client-server messaging." :url "https://github.com/gered/clj-browserchannel-messaging" :license {:name "MIT License"