diff --git a/dune-project b/dune-project index 77b8dc2296..1af46d88d1 100644 --- a/dune-project +++ b/dune-project @@ -1,14 +1,14 @@ (lang dune 3.6) (name eliom) -(version 10.2.0) +(version 10.3.0) (maintainers dev@ocsigen.org) (authors dev@ocsigen.org) (license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") (package (name eliom) - (synopsis "Advanced Client/server Web and mobile framework") + (synopsis "Advanced client/server Web and mobile framework") (description "Eliom is a framework for implementing Web sites and client/server Web and mobile applications. It uses advanced concepts to simplify the implementation of common behaviors (e.g. scoped sessions, continuation based Web programming ...). It uses advanced static typing features of OCaml to check many properties of the Web application at compile-time (html, page parameters ...). diff --git a/eliom.opam b/eliom.opam index 9ff5eef2d5..80c31d601c 100644 --- a/eliom.opam +++ b/eliom.opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "10.2.0" -synopsis: "Advanced Client/server Web and mobile framework" +version: "10.3.0" +synopsis: "Advanced client/server Web and mobile framework" description: """ Eliom is a framework for implementing Web sites and client/server Web and mobile applications. It uses advanced concepts to simplify the implementation of common behaviors (e.g. scoped sessions, continuation based Web programming ...).