From bf4d635abe4c262dc20e21a23f657c9006282939 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 25 Dec 2014 14:44:29 +0100 Subject: [PATCH] Release 0.2 --- CHANGES.md | 4 ++-- flycheck-ocaml.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1522d75..f1ee4cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -master (in development) -======================= +02 (Dec 25, 2014) +================= - Fix warning about parsing messages [GH-1] - Fix error column offsets [GH-2] diff --git a/flycheck-ocaml.el b/flycheck-ocaml.el index 7f3e098..12bb2d8 100644 --- a/flycheck-ocaml.el +++ b/flycheck-ocaml.el @@ -5,7 +5,7 @@ ;; Author: Sebastian Wiesner ;; URL: https://github.com/flycheck/flycheck-ocaml ;; Keywords: convenience, tools, languages -;; Version: 0.2-cvs +;; Version: 0.2 ;; Package-Requires: ((emacs "24.1") (flycheck "0.22-cvs1") (merlin "2.0") (let-alist "1.0.3")) ;; This file is not part of GNU Emacs.