diff --git a/README.md b/README.md index 260f4ec..3a17497 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can check out [prereleases](https://github.com/BYVoid/Batsh/releases) or try ### Install from OPAM -Batsh is implemented in OCaml and managed by [OPAM](http://opam.ocaml.org/pkg/batsh/0.0.4/). +Batsh is implemented in OCaml and managed by [OPAM](http://opam.ocaml.org/pkg/batsh/0.0.5/). 1. Install OPAM. See [instructions](http://opam.ocaml.org/doc/Quick_Install.html). 2. Switch to the latest version (or at least 4.00.1) of OCaml by running `opam switch`. diff --git a/src/batsh.ocp b/src/batsh.ocp index 082c5af..5188bdc 100644 --- a/src/batsh.ocp +++ b/src/batsh.ocp @@ -1,6 +1,6 @@ authors = ["Carbo Kuo "] license = ["BSD3"] -version = "0.0.4" +version = "0.0.5" description = "A language that compiles to Bash and Windows Batch." begin library "batsh-lib"