From 0b7160b302e963a99cef2ccbafa7bf85adaefb49 Mon Sep 17 00:00:00 2001 From: Paula Gearon Date: Wed, 29 Jul 2020 18:03:49 -0400 Subject: [PATCH] Bumped version number for bug fix --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2e9dc00..4161a13 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ -(defproject org.clojars.quoll/asami "1.0.0-SNAPSHOT" - :description "An in-memory implementation of a graph store, implementing the naga-store protocol" +(defproject org.clojars.quoll/asami "1.0.1" + :description "An in memory graph store for Clojure and ClojureScript" :url "http://github.com/threatgrid/asami" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}