bump version + fix typo for the heroku credentials
This commit is contained in:
parent
8b27880df3
commit
1e70560b7b
@ -34,7 +34,7 @@ Locomotive.configure do |config|
|
|||||||
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
|
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
|
||||||
# - from this file, see the example below and uncomment it if needed
|
# - from this file, see the example below and uncomment it if needed
|
||||||
# config.heroku = {
|
# config.heroku = {
|
||||||
# :login => '<your_heroku_login>'
|
# :login => '<your_heroku_login>',
|
||||||
# :password => '<your_heroku_password>'
|
# :password => '<your_heroku_password>'
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Locomotive.configure do |config|
|
|||||||
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
|
# - from ENV variables: HEROKU_LOGIN & HEROKU_PASSWORD
|
||||||
# - from this file, see the example below and uncomment it if needed
|
# - from this file, see the example below and uncomment it if needed
|
||||||
# config.heroku = {
|
# config.heroku = {
|
||||||
# :login => '<your_heroku_login>'
|
# :login => '<your_heroku_login>',
|
||||||
# :password => '<your_heroku_password>'
|
# :password => '<your_heroku_password>'
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module Locomotive #:nodoc
|
module Locomotive #:nodoc
|
||||||
VERSION = "1.0.0.beta.3"
|
VERSION = "1.0.0.beta.4"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user