diff --git a/README.md b/README.md index de84e2c..1f499ba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ elm package install elm-community/elm-time ``` +## This Package is Released to Elm 0.19 -- Also Deprecated! + +Isaac Seymour has ported +**[elm-community/elm-time](https://package.elm-lang.org/packages/elm-community/elm-time/3.0.4/)** to +**[isaacseymour/deprecated-time](https://package.elm-lang.org/packages/isaacseymour/deprecated-time/latest)**. +With the change in **elm/time** to use Posix, and a consensus to break this package up so that you don't have to +"include everything" to use it, we decided that this was a good time to deprecate. + +That being said, we will continue to support `isaacseymour/deprecated-time` with bug fixes for the foreseeable future. + +Thanks to Isaac for performing this upgrade! + ## Major Changes! This release prepares **elm-time** to be upgraded to Elm `0.19` by changing diff --git a/elm-package.json b/elm-package.json index 62d0a66..ef4cef4 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,6 +1,6 @@ { - "version": "3.0.4", - "summary": "A pure Elm date and time library.", + "version": "3.0.5", + "summary": "Deprecated: A pure Elm date and time library.", "repository": "https://github.com/elm-community/elm-time.git", "license": "BSD3", "source-directories": [