From 277ec9207f6d1520ebe0e1fb6b982d3a7ca7850f Mon Sep 17 00:00:00 2001 From: Laurent Farcy Date: Mon, 22 Feb 2016 10:16:15 +0100 Subject: [PATCH] Bumping to 1.0.3 --- Gemfile.lock | 2 +- History.txt | 5 +++++ lib/powertrack/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 565563a..2f56df7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - powertrack (1.0.2) + powertrack (1.0.3) em-http-request (~> 1.1) eventmachine (~> 1.0) exponential-backoff (~> 0.0.2) diff --git a/History.txt b/History.txt index 2a4c6fc..4557068 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +1.0.3 +----- + + * Retrieve the on_system function from options + 1.0.2 ----- diff --git a/lib/powertrack/version.rb b/lib/powertrack/version.rb index 028afaa..78ff506 100644 --- a/lib/powertrack/version.rb +++ b/lib/powertrack/version.rb @@ -1,3 +1,3 @@ module PowerTrack - VERSION = '1.0.2' + VERSION = '1.0.3' end