From 5c6722256dfe21e40b3cca82221043e95bee2219 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Tue, 5 Mar 2013 19:28:35 -0800 Subject: [PATCH] Updated README to show 0.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a32245..ca24597 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Create a Gemfile and add the following lines: ```ruby source 'https://rubygems.org' -gem "ProMotion", "~> 0.4.1" +gem "ProMotion", "~> 0.5.0" ``` Run `bundle install` in Terminal to install ProMotion.