diff options
author | Chris Schlaeger <chris@linux.com> | 2016-05-19 21:05:02 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-05-19 21:05:02 +0200 |
commit | ac1136bff3968e417a15dd5a99b608ef20cd6f8e (patch) | |
tree | 5e32df30478f546e248aafc0e5a0888fed7ca13a | |
parent | 263b347cea4f1999b818a322f3c4de1c527e9848 (diff) | |
download | postrunner-ac1136bff3968e417a15dd5a99b608ef20cd6f8e.zip |
Bump version to 0.4.0v0.4.0
-rw-r--r-- | lib/postrunner/version.rb | 2 | ||||
-rw-r--r-- | postrunner.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index f13d345..4148625 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.3.0" + VERSION = "0.4.0" end diff --git a/postrunner.gemspec b/postrunner.gemspec index ed37fd8..11c24f6 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -27,7 +27,7 @@ should work on other operating systems as well.} spec.require_paths = ["lib"] spec.required_ruby_version = '>=2.0' - spec.add_dependency 'fit4ruby', '~> 1.0.0' + spec.add_dependency 'fit4ruby', '~> 1.1.0' spec.add_dependency 'perobs', '~> 2.2' spec.add_dependency 'nokogiri', '~> 1.6' |