From dd99727d93c3186f74d36b8df46be6e576fd0307 Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Thu, 7 Nov 2013 02:09:08 +0800 Subject: [PATCH] Bump version to 0.0.5. --- README.md | 2 +- src/batsh.ocp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"