Skip to content

Commit

Permalink
elm-app-url 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 26, 2023
1 parent 06d2fcc commit 2a09f11
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 @@ -120,7 +120,7 @@ It might feel wrong to repeat the URL segment `blog` so many times, for example.

Do however avoid duplication in each branch by calling helper functions. But the pattern matching is better left “duplicated”.

[appurl]: https://package.elm-lang.org/packages/lydell/elm-app-url/1.0.3/AppUrl/#AppUrl
[appurl]: https://package.elm-lang.org/packages/lydell/elm-app-url/1.0.4/AppUrl/#AppUrl
[elm/url]: https://package.elm-lang.org/packages/elm/url/latest
[full examples]: https://github.com/lydell/elm-app-url/blob/main/docs/examples.md
[url.builder]: https://package.elm-lang.org/packages/elm/url/latest/Url-Builder
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": "lydell/elm-app-url",
"summary": "URLs for applications",
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"exposed-modules": [
"AppUrl"
],
Expand Down

0 comments on commit 2a09f11

Please sign in to comment.