From 3e9c91a087af8d483940fa990034101634ad9eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Fri, 11 Sep 2015 15:52:27 +0200 Subject: [PATCH] Set version number --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b5e148..1aacb7a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ info.ebenoit ebul-func - 0.0.1-SNAPSHOT + 1.0 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