From 0f2faeff9c94ab5a42538f16d81ea5837b987f1e Mon Sep 17 00:00:00 2001 From: Eugene Ma Date: Mon, 25 May 2015 15:03:42 -0700 Subject: [PATCH] Update project.clj version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 702d66d..803f997 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-msgpack "1.0.0" +(defproject clojure-msgpack "1.1.0" :description "A lightweight Clojure implementation of the MessagePack spec." :url "https://github.com/edma2/clojure-msgpack" :license {:name "The MIT License (MIT)"