Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Feb 18, 2017
1 parent b24ed9f commit c4d87a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome_app/manifest.json
@@ -1 +1 @@
{"name":"Tomatoes","app":{"urls":["http://tomato.es/"],"launch":{"web_url":"http://tomato.es/"}},"icons":{"128":"icon_128.png"},"version":"0.13.1","description":"Pomodoro Technique\u00ae web-based time tracker"}
{"name":"Tomatoes","app":{"urls":["http://tomato.es/"],"launch":{"web_url":"http://tomato.es/"}},"icons":{"128":"icon_128.png"},"version":"0.13.2","description":"Pomodoro Technique\u00ae web-based time tracker"}
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -12,7 +12,7 @@
Bundler.require(*Rails.groups)

module TomatoesApp
VERSION = '0.13.1'.freeze
VERSION = '0.13.2'.freeze
REPO = 'https://github.com/tomatoes-app/tomatoes'.freeze

class Application < Rails::Application
Expand Down

0 comments on commit c4d87a1

Please sign in to comment.