From bfc65f09707878d3c55f70935cc8ef8f9e928059 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 15 Sep 2018 12:01:07 +0200 Subject: [PATCH] v2.15.0-alpha2 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 989682a..3b8efb0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ```clojure [com.taoensso/nippy "2.14.0"] ; Stable -[com.taoensso/nippy "2.15.0-alpha1"] ; Dev, see CHANGELOG for details +[com.taoensso/nippy "2.15.0-alpha2"] ; Dev, see CHANGELOG for details ``` > Please consider helping to [support my continued open-source Clojure/Script work]? diff --git a/project.clj b/project.clj index afc8400..042d290 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.15.0-alpha1" +(defproject com.taoensso/nippy "2.15.0-alpha2" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy"