From bcce8ff262094aeb5139079b342ce17b152b2925 Mon Sep 17 00:00:00 2001 From: Eugene Ma Date: Thu, 24 Mar 2016 19:40:35 -0700 Subject: [PATCH] Version 1.1.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ce9cbf9..c7b6bb7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-msgpack "1.1.2" +(defproject clojure-msgpack "1.1.3" :description "A lightweight Clojure implementation of the MessagePack spec." :url "https://github.com/edma2/clojure-msgpack" :license {:name "The MIT License (MIT)"