From abac039cbf5f8b9b6deecdd3b9238a8325c1a85e Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sun, 13 Aug 2017 21:13:29 +0200 Subject: Bump version to 0.8.0. PostRunner now supports Garmin Fenix 5, Fenix 5S and Fenix 5X devices. --- lib/postrunner/Main.rb | 4 +++- lib/postrunner/version.rb | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/postrunner/Main.rb b/lib/postrunner/Main.rb index 8cf50ae..286fef6 100644 --- a/lib/postrunner/Main.rb +++ b/lib/postrunner/Main.rb @@ -92,6 +92,8 @@ module PostRunner "#{VERSION}!") end return -1 + ensure + @db.exit if @db end end @@ -103,7 +105,7 @@ module PostRunner opts.separator <<"EOT" -Copyright (c) 2014, 2015, 2016 by Chris Schlaeger +Copyright (c) 2014, 2015, 2016, 2017 by Chris Schlaeger This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index 74e9895..f5349ca 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -3,7 +3,7 @@ # # = version.rb -- PostRunner - Manage the data from your Garmin sport devices. # -# Copyright (c) 2014, 2015, 2016 by Chris Schlaeger +# Copyright (c) 2014, 2015, 2016, 2017 by Chris Schlaeger # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.7.5' + VERSION = '0.8.0' end -- cgit v1.2.3