diff options
author | Chris Schlaeger <chris@linux.com> | 2017-08-13 21:13:29 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-08-13 21:13:29 +0200 |
commit | abac039cbf5f8b9b6deecdd3b9238a8325c1a85e (patch) | |
tree | 3c647500062969a5ed368c5287b6db788499b957 /lib | |
parent | ce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2 (diff) | |
download | postrunner-abac039cbf5f8b9b6deecdd3b9238a8325c1a85e.zip |
Bump version to 0.8.0.v0.8.0
PostRunner now supports Garmin Fenix 5, Fenix 5S and Fenix 5X devices.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/Main.rb | 4 | ||||
-rw-r--r-- | lib/postrunner/version.rb | 4 |
2 files changed, 5 insertions, 3 deletions
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 <cs@taskjuggler.org> +# Copyright (c) 2014, 2015, 2016, 2017 by Chris Schlaeger <cs@taskjuggler.org> # # 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 |