Skip to content

Commit

Permalink
Restart versioning from 1.0.0 now the package has changed namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed May 5, 2022
1 parent 8f95e98 commit f2eea8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A date range picker written in [Elm](https://elm-lang.org/) ([Demo](https://n1k0.github.io/elm-daterange-picker/)).

> Note: this package, previously known as `allo-media/elm-daterange-picker`, has moved to `n1k0/elm-daterange-picker`. New versions will be released from there, starting from `5.0.0`.
> Note: this package, previously known as `allo-media/elm-daterange-picker`, has moved to `n1k0/elm-daterange-picker`. New versions will be released from there, but starting from `1.0.0`.
## How is this useful?

Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "n1k0/elm-daterange-picker",
"summary": "A date range picker.",
"license": "MIT",
"version": "5.0.0",
"version": "1.0.0",
"exposed-modules": ["DateRangePicker", "DateRangePicker.Range"],
"elm-version": "0.19.1 <= v <= 0.20.0",
"dependencies": {
Expand Down

0 comments on commit f2eea8d

Please sign in to comment.