From eac0e67c15ff8ba100afcc237c2dfcd3df749a62 Mon Sep 17 00:00:00 2001 From: Jakub Kubrynski Date: Sat, 21 Mar 2015 22:54:16 +0100 Subject: [PATCH] Release version: 0.4.4 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3df5125f8b..43e94094cd 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'io.codearte.accurest:accurest-gradle-plugin:0.4.3' + classpath 'io.codearte.accurest:accurest-gradle-plugin:0.4.4' } }