From 65dc1fd67eaebff5725202baa11e78499982ea97 Mon Sep 17 00:00:00 2001 From: Donovan McGillen Date: Wed, 12 Dec 2018 07:53:15 +0000 Subject: [PATCH] Version 0.1.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d86dea9..bc1e94b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-dynamodb-local "0.1.2-SNAPSHOT" +(defproject clj-dynamodb-local "0.1.2" :description "A Leiningen plugin and boot task for providing a local DynamoDB instance" :url "https://github.com/dmcgillen/clj-dynamodb-local" :license {:name "Eclipse Public License"