From c4efbd82fb56def0f4a372110892aba5d3381060 Mon Sep 17 00:00:00 2001 From: BambooAgent Date: Mon, 13 Jun 2016 14:23:13 +0200 Subject: [PATCH] Release version: 0.2.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f660a..5d25b86 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ having to modify JSON data if it conforms to the JSON schema. ```groovy dependencies { - compile group: 'tech.allegro.schema.json2avro', name: 'converter', version: '0.2.2' + compile group: 'tech.allegro.schema.json2avro', name: 'converter', version: '0.2.3' } ```