Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Tracking the optional arguments uses may consume a lot of memory.

Tracking the methods uses may consume a lot of memory.

For more limitations, see each [report section documentation](docs/USERDOC.md#Topics).
For more limitations, see each [report section documentation](docs/USER_DOC.md#Topics).


## Copyright
Expand Down
2 changes: 1 addition & 1 deletion dead_code_analyzer.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.1.1"
version: "1.2.0"
synopsis: "Dead code analyzer for OCaml"
maintainer: [
"Alain Frisch <alain.frisch@lexifi.com>"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(generate_opam_files true)

(version 1.1.1)
(version 1.2.0)

(maintainers
"Alain Frisch <alain.frisch@lexifi.com>"
Expand Down
Loading