From 7d6de8d40eee9bc9fb23f30592c9540caa428760 Mon Sep 17 00:00:00 2001 From: David Saltares Date: Sat, 14 Mar 2015 15:44:16 +0000 Subject: [PATCH] Ups Ashley version to 1.4.0 due to API breaking change --- publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.gradle b/publish.gradle index 9691fb15..ed440208 100644 --- a/publish.gradle +++ b/publish.gradle @@ -5,7 +5,7 @@ apply plugin: 'maven' apply plugin: 'signing' group = 'com.badlogicgames.ashley' -version = '1.3.4' +version = '1.4.0' ext.packaging = 'jar' def isDevBuild