From 226561e01e76c4117eab610ff339e7f317b35962 Mon Sep 17 00:00:00 2001 From: Giovanni Cappellotto Date: Thu, 1 Dec 2011 12:44:12 +0100 Subject: [PATCH] bump version number to 0.6.4 --- chrome_app/manifest.json | 2 +- config/application.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome_app/manifest.json b/chrome_app/manifest.json index 903ec0c0..b8a3defb 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.3","description":"Pomodoro technique online 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.4","description":"Pomodoro technique online time tracker"} \ No newline at end of file diff --git a/config/application.rb b/config/application.rb index 6e00a6bf..750064c1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -16,7 +16,7 @@ end module TomatoesApp - VERSION = '0.6.3' + VERSION = '0.6.4' REPO = 'https://github.com/potomak/tomatoes' class Application < Rails::Application