From 15a1191e013373f3548dca18659cab4d2bbf30ca Mon Sep 17 00:00:00 2001 From: Emmanuel Mulo Date: Mon, 21 Aug 2017 15:20:11 +0300 Subject: [PATCH] [#163] Bump services + exporterapplet.jar versions for hotfix --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 5c193962..f0fb8481 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject flow-services "0.9.23" +(defproject flow-services "0.9.23.1" :description "HTTP layer to applets functionality" :url "https://github.com/akvo/akvo-flow-services" :license {:name "GNU Affero General Public License" @@ -31,7 +31,7 @@ [com.google.gdata/core "1.47.1"] [org.xerial/sqlite-jdbc "3.7.2"] ; Akvo FLOW dependencies - [exporterapplet "1.9.21"] + [exporterapplet "1.9.21.1"] [org.json/json "20090211"] [log4j/log4j "1.2.16"] [org.codehaus.jackson/jackson-mapper-asl "1.9.13"]