Skip to content

Commit 1982dc2

Browse files
committed
Update version
1 parent 253ef93 commit 1982dc2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

codept-lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.12.1"
3+
version: "0.12.2"
44
synopsis: "Alternative ocaml dependency analyzer"
55
description: """
66
Codept intends to be a dependency solver for OCaml project and an

codept.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.12.1"
3+
version: "0.12.2"
44
synopsis: "Alternative ocaml dependency analyzer"
55
description: """
66
Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are:

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(using menhir 2.0)
33

44
(name codept)
5-
(version 0.12.1)
5+
(version 0.12.2)
66
(authors "Florian Angeletti <octa@polychoron.fr>")
77
(maintainers "Florian Angeletti <octa@polychoron.fr>")
88
(homepage https://github.com/Octachron/codept)

0 commit comments

Comments
 (0)