Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturopala committed Aug 22, 2018
1 parent c55a789 commit 6512e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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": "arturopala/elm-monocle",
"summary": "Library providing functional tools to manipulate complex records",
"license": "MIT",
"version": "1.7.0",
"version": "2.0.0",
"exposed-modules": [
"Monocle.Iso",
"Monocle.Prism",
Expand Down
3 changes: 0 additions & 3 deletions src/Monocle/Common.elm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ module Monocle.Common exposing

{-| Common lenses/prisms/optionals that most projects will use.
@docs (<|>)
@docs (=>)
@docs (=|>)
@docs maybe
@docs array
@docs list
Expand Down

0 comments on commit 6512e3d

Please sign in to comment.