diff --git a/chrome_app/manifest.json b/chrome_app/manifest.json index e09971e9..6438929a 100644 --- a/chrome_app/manifest.json +++ b/chrome_app/manifest.json @@ -1 +1 @@ -{"name":"Tomatoes","app":{"urls":["http://tomatoes.heroku.com/"],"launch":{"web_url":"http://tomatoes.heroku.com/"}},"icons":{"128":"icon_128.png"},"version":"0.6.11","description":"Pomodoro technique\u00ae web-based time tracker"} \ No newline at end of file +{"name":"Tomatoes","app":{"urls":["http://tomatoes.heroku.com/"],"launch":{"web_url":"http://tomatoes.heroku.com/"}},"icons":{"128":"icon_128.png"},"version":"0.6.12","description":"Pomodoro technique\u00ae web-based time tracker"} \ No newline at end of file diff --git a/config/application.rb b/config/application.rb index 3b497ed9..7cab545c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -16,7 +16,7 @@ end module TomatoesApp - VERSION = '0.6.11' + VERSION = '0.6.12' REPO = 'https://github.com/potomak/tomatoes' class Application < Rails::Application diff --git a/config/environments/production.rb b/config/environments/production.rb index 8eceb8e4..bbf2a67a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,7 +43,7 @@ # config.action_controller.asset_host = "http://assets.example.com" # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) - config.assets.precompile += %w( jquery.flot.js jquery.flot.selection.js user_charts.js ) + config.assets.precompile += %w( jquery.flot.js jquery.flot.selection.js user_charts.js TT_init.js ) # Disable delivery errors, bad email addresses will be ignored # config.action_mailer.raise_delivery_errors = false