diff options
| -rw-r--r-- | dune-project | 2 | ||||
| -rw-r--r-- | src/ucs.ml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/dune-project b/dune-project index 01c8115..a1db67d 100644 --- a/dune-project +++ b/dune-project @@ -1,3 +1,3 @@  (lang dune 2.0)  (name ucs) -(version 0.0) +(version 0.1.0) @@ -55,5 +55,5 @@ let () =                 calendar to ICS files, on the fly." and          exits = Term.default_exits in      Term.(const run $ base_url $ celcat_url $ port $ socket), -    Term.info "ucs" ~version:"0.1" ~doc ~exits in +    Term.info "ucs" ~version:"0.1.0" ~doc ~exits in    Term.(exit @@ eval cmd) | 
