bump version + fix typo for the heroku credentials

This commit is contained in:
did 2011-04-27 01:12:32 +02:00
parent 8b27880df3
commit 1e70560b7b
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Locomotive.configure do |config|
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
# - from this file, see the example below and uncomment it if needed
# config.heroku = {
# :login => '<your_heroku_login>'
# :login => '<your_heroku_login>',
# :password => '<your_heroku_password>'
# }

View File

@ -32,7 +32,7 @@ Locomotive.configure do |config|
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
# - from this file, see the example below and uncomment it if needed
# config.heroku = {
# :login => '<your_heroku_login>'
# :login => '<your_heroku_login>',
# :password => '<your_heroku_password>'
# }

View File

@ -1,3 +1,3 @@
module Locomotive #:nodoc
VERSION = "1.0.0.beta.3"
VERSION = "1.0.0.beta.4"
end