From dfac1d4b0f876cc140ba47c1f7f3e33a7f569792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Thu, 17 Sep 2015 09:35:42 +0200 Subject: [PATCH] Version number set to 1.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1aacb7a..95c2598 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ info.ebenoit ebul-func - 1.0 + 1.1-SNAPSHOT E.B.'s utility libraries - Functional interfaces Various utilities related to Java 8's functional interfaces. This includes support for the float primitive type as well as versions of all interfaces capable of rethrowing checked exceptions as runtime exceptions. https://github.com/tseeker/ebul-func