From cc978e5d0c1fea209f8be3ab9853747f81ddb80a Mon Sep 17 00:00:00 2001 From: Robin Luiten Date: Wed, 17 May 2017 17:16:51 +1000 Subject: [PATCH] v8.7.0 exported lithuanian translation. Sorry for 8.6.1 and 8.6.2 forgot to add config and i18n to exposed-modules. --- elm-package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elm-package.json b/elm-package.json index f7f641e..3a26abc 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "8.6.2", + "version": "8.7.0", "summary": "Date Extra library add/subtract/diff/format etc dates.", "repository": "https://github.com/rluiten/elm-date-extra.git", "license": "BSD3", @@ -28,6 +28,7 @@ "Date.Extra.I18n.I_de_de", "Date.Extra.I18n.I_ru_ru", "Date.Extra.I18n.I_tr_tr", + "Date.Extra.I18n.I_lt_lt", "Date.Extra.Config.Configs", "Date.Extra.Config.Config_en_au", "Date.Extra.Config.Config_en_us", @@ -43,6 +44,7 @@ "Date.Extra.Config.Config_de_de", "Date.Extra.Config.Config_ru_ru", "Date.Extra.Config.Config_tr_tr", + "Date.Extra.Config.Config_lt_lt", "Date.Extra.Field" ], "dependencies": {