From 191a7ce3b853f8af48cfc58e52d4843df92f6a85 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 3 Jul 2013 10:07:23 +0200 Subject: [PATCH] Be specific about version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11afe268..37800ec4 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ Installation Install the gem `mutant` via your preferred method. +The 0.2 series is stable but has outdated dependencies. The 0.3 series is in beta phase currently. + ```ruby -gem install mutant -v.beta +gem install mutant -v0.3.0.beta8 ``` Examples