From 1a0f51ba269a04cbe8e27d6b12fdcca53f40f8d0 Mon Sep 17 00:00:00 2001 From: Tim DuBois Date: Fri, 31 Aug 2018 14:56:19 +0200 Subject: [PATCH] Version 2.1.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 3488e21..91205c8 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "Libbum/elm-partition", "summary": "Partition problem (number partitioning) solvers", "license": "BSD-3-Clause", - "version": "2.0.0", + "version": "2.1.0", "exposed-modules": [ "Partition" ],