Updated README to show 0.5.0

This commit is contained in:
Jamon Holmgren
2013-03-05 19:28:35 -08:00
parent ec1ab56c07
commit 5c6722256d

View File

@@ -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.