From dca669cd4caf83a83c4f9194cfd16231c6b1f689 Mon Sep 17 00:00:00 2001 From: ChristophP Date: Mon, 10 Dec 2018 21:06:59 +0100 Subject: [PATCH] bump version --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 3c198f4..919ac35 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "ChristophP/elm-i18next", "summary": "A module to load, decode and use translations in your app", "license": "BSD-3-Clause", - "version": "3.0.2", + "version": "4.0.0", "exposed-modules": [ "I18Next" ], @@ -15,4 +15,4 @@ "test-dependencies": { "elm-explorations/test": "1.1.0 <= v < 2.0.0" } -} +} \ No newline at end of file